HTTP Transport Mode
Run the MCP server as an HTTP service that clients connect to via URL. Useful for centralized deployments where multiple AI agents share one server instance.| Endpoint | Description |
|---|---|
/mcp | MCP protocol endpoint — connect your AI clients here |
/health | Health check endpoint for monitoring |
Docker
The Docker image defaults to HTTP mode on port 3100 with health checks built in.Quick Start
Stdio Mode
For piping to local MCP clients:Docker Compose
amd64 and arm64 architectures.
Health Checks
HTTP Mode
The health endpoint is automatically available at/health on the same port as the MCP endpoint:
Stdio Mode
Use--health-port for a standalone health endpoint when running in stdio mode: