mcp-gateway

MikkoParkkola/mcp-gateway
★ 39 stars Rust AI/LLM Updated 8d ago ✗ Risk
Universal MCP gateway: one endpoint in front of all your MCP servers, sending the model ~89% fewer tool-list tokens so you can wire in many tools without blowing the context budget. Single Rust binary, fixed small tool surface.
View on GitHub → 🔍 Audit Wallet Slippage →

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": "cargo",
      "args": [
        "run",
        "--",
        "mcp-gateway"
      ]
    }
  }
}

Topics

aianthropicclaudegatewayllmmcpmodel-context-protocolmultiplexerproxyrust