mcp-gateway

EdgarOrtegaRamirez/mcp-gateway
★ 0 stars Python AI/LLM Updated today
Unified multi-server MCP gateway — aggregate multiple MCP servers into one interface
View on GitHub → Try with Claude — $10 free →

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

Or install with pip: pip install mcp-gateway

README Excerpt

Unified multi-server MCP gateway — aggregate multiple MCP servers into one interface. MCP Gateway connects to multiple MCP (Model Context Protocol) servers and presents them as a single unified interface. Your AI coding agent connects to one endpoint and gets access to all tools and resources from all configured servers.