Gateway
Freeby MCP Community
An MCP gateway that aggregates and serves multiple MCP resource servers through a single interface
v0.1.5Added Apr 12, 2026
mcpproxygatewayclaudeanthropic
Gateway MCP Server
An MCP gateway that aggregates and serves multiple MCP resource servers through a single interface
Installation
npx -y @thinkware/mcp-gateway
Reviews
Installation
Quick install
npx -y @thinkware/mcp-gateway
Add to claude_desktop_config.json
{
"mcpServers": {
"gateway": {
"command": "npx",
"args": ["-y", "@thinkware/mcp-gateway"]
}
}
}