Route, authenticate, rate-limit, and monitor MCP servers from one gateway endpoint
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-gateway": {
"command": "npx",
"args": [
"-y",
"denniunenviable333/mcp-gateway"
]
}
}
}
Run in terminal:
claude mcp add mcp-gateway npx -y denniunenviable333/mcp-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"denniunenviable333/mcp-gateway"
]
}
}
}