-
Notifications
You must be signed in to change notification settings - Fork 0
Connecting Clients
Stuart Meeks edited this page Jun 21, 2026
·
1 revision
The server speaks the Model Context Protocol (MCP). Once it's running (see Installation), connect an MCP-capable AI client to it:
- Claude Desktop — supported now.
- Other LLMs — Cursor, VS Code, etc. (coming soon).
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.
FICSIT Foreman
- Home
- Installation
- API keys
- Configuration
- Game data channels
- Troubleshooting
- MCP clients