Skip to content

Installation

Stuart Meeks edited this page Jun 21, 2026 · 3 revisions

Installation

The quickest way to run the FICSIT Foreman MCP server is the published Docker image.

Docker (recommended)

docker run -d --name foreman-mcp -p 8723:8723 ghcr.io/stuartmeeks/foreman-mcp:latest

Or, using the project's compose.yaml:

docker compose up -d

Either way it serves the bundled stable game data on http://localhost:8723 (health check: http://localhost:8723/health) with no setup required.

The full Docker / Windows walkthrough — and the from-source (Node.js) path — are in the repository README.

Next: connect a client.

Clone this wiki locally