🔗 Streamline connections with MCP Gateway, uniting multiple Model Context Protocol servers into one efficient access point for tools and commands.
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",
"Rares683/mcp-gateway"
]
}
}
}
Run in terminal:
claude mcp add mcp-gateway npx -y Rares683/mcp-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"Rares683/mcp-gateway"
]
}
}
}