A high-performance MCP gateway that aggregates multiple Model Context Protocol servers behind a single 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": {
"axon-gateway": {
"command": "npx",
"args": [
"-y",
"Mozart409/axon-gateway"
]
}
}
}
Run in terminal:
claude mcp add axon-gateway npx -y Mozart409/axon-gateway
Add to .cursor/mcp.json:
{
"mcpServers": {
"axon-gateway": {
"command": "npx",
"args": [
"-y",
"Mozart409/axon-gateway"
]
}
}
}