Smart-MCP-Proxy

MilkyWay008/Smart-MCP-Proxy
★ 0 stars Python Code/Dev Tools Updated today
A lightweight, hot-swappable MCP proxy with an optional smart layer for natural-language query routing. Aggregates multiple downstream MCP servers into a single StreamableHTTP endpoint with hot-swap and skill-guided A2A execution.
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": {
    "smart-mcp-proxy": {
      "command": "uvx",
      "args": [
        "smart-mcp-proxy"
      ]
    }
  }
}

Or install with pip: pip install smart-mcp-proxy