The HTTP server exposes:

Path Purpose
/mcp Streamable HTTP MCP endpoint
/healthz Liveness and deployment metadata

Run locally:

1
2
npm run build
PORT=3000 node dist/cli-http.js

Health check:

1
curl http://localhost:3000/healthz

When deploying behind a reverse proxy, forward the /mcp path unchanged and preserve authorization headers.