Skip to main content

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.
The server exposes two endpoints:

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

Multi-arch support: the Docker image is available for both 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:

CLI Arguments