mcp-gateway

lucky-aeon/mcp-gateway
★ 29 stars Go 💻 Code/Dev Tools Updated 16d ago
The MCP gateway is a reverse proxy server that forwards requests from clients to the MCP server or uses all MCP servers under the gateway through a unified portal.
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/lucky-aeon/mcp-gateway@latest"
      ]
    }
  }
}