mcp-gateway

ayu5h-raj/mcp-gateway
★ 0 stars Go 📦 Other Updated today
Local-first MCP aggregator daemon. One config, one binary, every MCP server. (Go)
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": "go",
      "args": [
        "run",
        "github.com/ayu5h-raj/mcp-gateway@latest"
      ]
    }
  }
}