mcproxy

bkuri-org/mcproxy
★ 2 stars Python Code/Dev Tools Updated 3d ago
Lightweight MCP Gateway Aggregator for Model Context Protocol servers
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": {
    "mcproxy": {
      "command": "uvx",
      "args": [
        "mcproxy"
      ]
    }
  }
}

Or install with pip: pip install mcproxy

README Excerpt

> A lightweight MCP gateway that aggregates multiple stdio and HTTP MCP servers through namespaced endpoints. **Status**: v5.0.3 | **Python**: 3.11+ | **Port**: 12010 --- | Feature | Description | |---------|-------------| | **Code Mode API** | Single `mcproxy` meta-tool with execute/search/inspect/help actions |