Skip to content

@himorishige/hatago-server

NPX‑ready MCP Hub server for Claude Code and other MCP clients.

Terminal window
# STDIO mode (default)
npx @himorishige/hatago-server
# HTTP mode (development)
npx @himorishige/hatago-server --http
# Custom config
npx @himorishige/hatago-server --config ./hatago.config.json

.mcp.json:

{
"mcpServers": {
"hatago": {
"command": "npx",
"args": ["@himorishige/hatago-server", "--stdio"]
}
}
}
  • /mcp — JSON‑RPC endpoint
  • /sse — Server‑Sent Events for progress
  • /health — health check
  • /metrics — enabled when HATAGO_METRICS=1
--stdio | --http
--config <path>
--host <host> (default 127.0.0.1)
--port <port> (default 3535)
--verbose | --quiet

MIT