Skip to content

Connecting Clients

Stuart Meeks edited this page Jun 21, 2026 · 1 revision

Connecting clients

The server speaks the Model Context Protocol (MCP). Once it's running (see Installation), connect an MCP-capable AI client to it:

It exposes two transports:

  • HTTP (Streamable HTTP) at http://<host>:8723/mcp — the default when run in Docker.
  • stdio when launched as a child process with MCP_TRANSPORT=stdio.

http://<host>:8723/mcp is a protocol endpoint for MCP clients, not a web page — opening it in a browser returns 405. Use /health to check the server is alive.

Clone this wiki locally