Endara Relay — MCP server aggregator. Connects multiple MCP 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": {
"endara-relay": {
"command": "cargo",
"args": [
"run",
"--",
"endara-relay"
]
}
}
}
Run in terminal:
claude mcp add endara-relay cargo run -- endara-relay
Add to .cursor/mcp.json:
{
"mcpServers": {
"endara-relay": {
"command": "cargo",
"args": [
"run",
"--",
"endara-relay"
]
}
}
}