Skip to content

Packages

Hatago MCP Hub is organized as a monorepo. Each package has a clear responsibility and can be used independently.

@himorishige/hatago-mcp-hub

CLI tool and main entry point

@himorishige/hatago-server

Server implementation (HTTP / STDIO)

@himorishige/hatago-core

Core types and interfaces

@himorishige/hatago-runtime

Runtime components (sessions/registries)

@himorishige/hatago-transport

Transport implementations (STDIO/HTTP/SSE/WS)

@himorishige/hatago-cli

Dev CLI utilities (for development)

Use the main package to get started:

Terminal window
npm install @himorishige/hatago-mcp-hub

Or install a specific package only, e.g. the server:

Terminal window
npm install @himorishige/hatago-server