mcp-supergateway-hub

dpdanpittman/mcp-supergateway-hub
★ 0 stars JavaScript 💻 Code/Dev Tools Updated today
Run 60+ MCP servers on a single machine, each exposed as HTTP endpoints via supergateway. Connect Claude Code or any MCP client over your network.
View on GitHub → Try with Claude — $10 free →

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-supergateway-hub": {
      "command": "npx",
      "args": [
        "-y",
        "dpdanpittman/mcp-supergateway-hub"
      ]
    }
  }
}