★ 18 stars
Rust
📁 File System
Updated 1mo ago
Transform any HTTP endpoint into an MCP server. Aggregate multiple MCP servers, manage configuration profiles, and serve them through a unified gateway with multi-tenant isolation.
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": {
"mcp-gateway": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-gateway"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-gateway cargo run -- mcp-gateway
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-gateway"
]
}
}
}
📋 Copy
Topics
gateway llm-tools mcp mcp-gateway model-context-protocol multi-tenant openapi reverse-proxy rust self-hosted