npx (Recommended)
No installation. Always up to date.
Hatago MCP Hub can be used via npx, installed globally, or added to a project.
npx (Recommended)
No installation. Always up to date.
Global Install
Use hatago
anywhere.
Project Dependency
Pin a version per project.
Docker
Isolated runtime for teams.
# Initialize confignpx @himorishige/hatago-mcp-hub init
# Start servernpx @himorishige/hatago-mcp-hub serve --stdio --config ./hatago.config.json
Install
npm install -g @himorishige/hatago-mcp-hub
Verify
hatago --version
Init
hatago init
Serve
hatago serve
npm install @himorishige/hatago-mcp-hub
{ "scripts": { "mcp": "hatago serve", "mcp:init": "hatago init", "mcp:dev": "hatago serve --http --verbose" }}
npm run mcp:initnpm run mcp