Turn any MCP server into a remote HTTPS endpoint Rmcp, a new open-source control plane, lets developers turn any MCP server into a remote HTTPS endpoint deployable to AWS Lambda or a local gateway, with support for Streamable HTTP, bearer or OAuth auth, and generated client snippets for VS Code, Cursor, Claude, and Notion. The tool, requiring Node >= 22 and pnpm, handles packaging, credentials, and transport, and verifies deployments with a real MCP initialize handshake. Turn any MCP server into a remote HTTPS endpoint your AI clients can reach. Most MCP servers are npm packages that run as a local subprocess over stdio. That works on one machine, for one client. The moment you want the same server in Claude Desktop and VS Code and on your phone, you need it to be a remote server speaking Streamable HTTP — with TLS, authentication, and somewhere to keep the API keys. rmcp is the small control plane that does that. You paste an mcp.json-style definition into a web UI, click Deploy, and get back a URL and a config snippet for your client. It handles the packaging, the credentials, and the transport. php flowchart LR UI "Web UI