Hatago MCP Hub is a lightweight hub that unifies access to multiple MCP (Model Context Protocol) servers from various tools like Claude Code and VS Code.
From the registry: Unified MCP Hub for managing multiple Model Context Protocol servers
$ npx @himorishige/hatago-mcp-hub initPlease install the `hatago-mcp-hub` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Create hatago.config.json** — Initialize a config file listing the child MCP servers Run: `npx @himorishige/hatago-mcp-hub init`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@himorishige/hatago-mcp-hub","serve","--stdio","--config","./hatago.config.json"]
Note: Hatago is an MCP hub that aggregates multiple MCP servers behind one endpoint. Also supports HTTP mode (hatago serve --http on port 3535 by default).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GITHUB_TOKENrequiredUsed for authentication with GitHub MCP servers.API_KEYrequiredAuthorization token for custom API MCP servers.AI Agents Framework with Self Reflection and MCP support