mcp-gateway

acehoss/mcp-gateway
★ 131 stars TypeScript 🔌 API Integration Updated 1mo ago
A flexible gateway server that bridges Model Context Protocol (MCP) STDIO servers to MCP HTTP+SSE and REST API, enabling multi-instance MCP servers to be exposed over HTTP.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "acehoss/mcp-gateway"
      ]
    }
  }
}