@himorishige/hatago-server
@himorishige/hatago-server
Section titled “@himorishige/hatago-server”NPX‑ready MCP Hub server for Claude Code and other MCP clients.
Quick Start
Section titled “Quick Start”# STDIO mode (default)npx @himorishige/hatago-server
# HTTP mode (development)npx @himorishige/hatago-server --http
# Custom confignpx @himorishige/hatago-server --config ./hatago.config.json
Claude Code integration
Section titled “Claude Code integration”.mcp.json
:
{ "mcpServers": { "hatago": { "command": "npx", "args": ["@himorishige/hatago-server", "--stdio"] } }}
Endpoints (HTTP mode)
Section titled “Endpoints (HTTP mode)”/mcp
— JSON‑RPC endpoint/sse
— Server‑Sent Events for progress/health
— health check/metrics
— enabled whenHATAGO_METRICS=1
Options
Section titled “Options”--stdio | --http--config <path>--host <host> (default 127.0.0.1)--port <port> (default 3535)--verbose | --quiet
License
Section titled “License”MIT