mcp-federation-hub

sandraschi/mcp-federation-hub
★ 0 stars Python Code/Dev Tools Updated today
Unified orchestration layer for MCP (Model Context Protocol) server ecosystems
View on GitHub → 🔍 Audit Wallet Slippage →

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-federation-hub": {
      "command": "uvx",
      "args": [
        "mcp-federation-hub"
      ]
    }
  }
}

Or install with pip: pip install mcp-federation-hub

README Excerpt

A local orchestration layer for managing 78+ MCP servers across 14 categories. Provides a unified dashboard, health monitoring, tool execution, supervisor auto-restart, and hub-to-hub mesh peering. ``` mcp-federation-hub/ bridge/ FastAPI + FastMCP 3.0 port 10857 server registry (federation-config.json)

Topics

fastmcpfederationmcppython