MCP Directory
Back

supergateway

by supercorp-ai · TypeScript · ★ 2,722

Run MCP stdio servers over SSE and SSE over stdio. AI gateway.

Install

npx -y github:supercorp-ai/supergateway

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "supergateway": {
      "command": "npx",
      "args": [
        "-y",
        "github:supercorp-ai/supergateway"
      ]
    }
  }
}

From the README

**Supergateway** runs **MCP stdio-based servers** over **SSE (Server-Sent Events)** or **WebSockets (WS)** with one command. This is useful for remote access, debugging, or connecting to clients when your MCP server only supports stdio. Supported by [Supermachine](https://supermachine.ai) (hosted MCPs), [Superinterface](https://superinterface.ai), and [Supercorp](https://supercorp.ai). Run Supergateway via : - ****: Command that runs an MCP server over stdio - ****: SSE URL to connect to (SSE→stdio mode) - ****: Streamable HTTP URL to connect to (StreamableHttp→stdio mode) - ****: Output MC…
Read full README on GitHub →

Related other servers