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.jsonInstall
npm install -g @himorishige/hatago-mcp-hubVerify
hatago --versionInit
hatago initServe
hatago servenpm 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