Odel
hatago mcp hub

hatago mcp hub

Local
@himorishige27TypeScriptMITUpdated 11mo ago

Unified MCP Hub for managing multiple Model Context Protocol servers

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@himorishige/hatago-mcp-hubv0.0.16

Run

npx -y @himorishige/hatago-mcp-hub

MCP client config

{
  "mcpServers": {
    "hatago-mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "@himorishige/hatago-mcp-hub"
      ]
    }
  }
}