A fast and efficient Model Context Protocol (MCP) proxy server written in Rust with connection pooling, health monitoring, and web UI
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-rust-proxy cargo run -- mcp-rust-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-rust-proxy": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-rust-proxy"
]
}
}
}