Skip to content

Hatago MCP Hub Docs

Unify Model Context Protocol (MCP) servers with one hub

Hatago MCP Hub is a lightweight hub server that provides unified access to multiple MCP (Model Context Protocol) servers from clients like Claude Code, Codex CLI, Cursor, Windsurf, and VS Code.

🎯 Simple & Lightweight

Start quickly with minimal setup. Non-invasive design.

🔌 Connectivity

Supports STDIO, HTTP, SSE, WebSocket. Proxy to remote MCP servers.

🔥 Hot Reload

Auto-reload config changes without restart.

📊 Progress

Forwards notifications/progress transparently.

Terminal window
# Initialize config
npx @himorishige/hatago-mcp-hub init
# Start for Claude Code (STDIO)
npx @himorishige/hatago-mcp-hub serve --stdio --config ./hatago.config.json
# Or HTTP mode (debug)
npx @himorishige/hatago-mcp-hub serve --http

This project is open source. Contributions are welcome:

Report an Issue

File a bug or request a feature on GitHub.

Propose Ideas

Share ideas in Discussions

MIT — see the project LICENSE.