★ 26 stars
Rust
🔒 Security
Updated 7d ago
MCPR is a reverse proxy for MCP Apps/Servers — operating at the JSON-RPC layer to route, authenticate, observe, and secure MCP traffic. Written in Rust, with under 0.3ms overhead.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpr": {
"command": "cargo",
"args": [
"run",
"--",
"mcpr"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcpr cargo run -- mcpr
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpr": {
"command": "cargo",
"args": [
"run",
"--",
"mcpr"
]
}
}
}
📋 Copy
Topics
mcp mcp-gateway mcp-proxy rust