mcp-proxy-server

holger81/mcp-proxy-server
★ 0 stars Python 🤖 AI/LLM Updated today
LLM-first MCP gateway
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-proxy-server": {
      "command": "uvx",
      "args": [
        "mcp-proxy-server"
      ]
    }
  }
}

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

Topics

dockerfastapillmmcppython