mcp-rust-proxy

zach-source/mcp-rust-proxy
★ 5 stars Rust ⚙️ DevOps Updated 1mo ago
A fast and efficient Model Context Protocol (MCP) proxy server written in Rust with connection pooling, health monitoring, and web UI
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-rust-proxy": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-rust-proxy"
      ]
    }
  }
}