-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Stuart Meeks edited this page Jun 21, 2026
·
3 revisions
The quickest way to run the FICSIT Foreman MCP server is the published Docker image.
docker run -d --name foreman-mcp -p 8723:8723 ghcr.io/stuartmeeks/foreman-mcp:latestOr, using the project's compose.yaml:
docker compose up -dEither 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.
FICSIT Foreman
- Home
- Installation
- API keys
- Configuration
- Game data channels
- Troubleshooting
- MCP clients