ruvnet/federated-mcp
This implementation follows the official MCP specification, including proper message framing, transport layer implementation, and complete protocol lifecycle management. It provides a foundation for building federated MCP systems that can scale across multiple servers while maintaining security and standardization requirements.
Platform-specific configuration:
{
"mcpServers": {
"federated-mcp": {
"command": "npx",
"args": [
"-y",
"federated-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...