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.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-supergateway-hub npx -y dpdanpittman/mcp-supergateway-hub
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-supergateway-hub": {
"command": "npx",
"args": [
"-y",
"dpdanpittman/mcp-supergateway-hub"
]
}
}
}