MCP Proxy ServerServer

adamwattis
GitHub
MCPProxyResource Management

💡 Description

An MCP proxy server that aggregates and serves multiple MCP resource servers through a single interface. This server acts as a central hub that can connect and manage multiple MCP resource servers, exposing their combined capabilities through a unifying interface, managing request routing to the appropriate backend servers, and aggregating responses from multiple sources.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp-proxy": {
        "env": {
          "MCP_CONFIG_PATH": "/absolute/path/to/your/config.json",
          "KEEP_SERVER_OPEN": "1"
        },
        "command": "/path/to/mcp-proxy-server/build/index.js"
      }
    }
  ]
}

Features

  • Resource management
  • Tool aggregation
  • Fast handling of requests