Back to directory
cloudmcp-dev/connect

cloudmcp-dev/connect

@cloudmcp-dev

A tool to connect to MCP SSE servers and proxy them to stdio, particularly useful for connecting to CloudMCP Gateway.

mcpssestdioproxycloudmcpgatewayconnectorcloud

Installation & Configuration

{
  "mcpServers": {
    "cloudmcpNpx": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudmcp/connect",
        "--url",
        "https://gateway.cloudmcp.dev/<id>/sse",
        "--clientId",
        "<client_id>",
        "--clientSecret",
        "<client_secret>"
      ]
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15