Skip to content

Configuration

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

Configuration

All variables are optional — by default the server serves the bundled stable game data over HTTP on port 8723.

Variable Description
SATISFACTORY_GAME_CHANNEL Bundled channel: stable (default) or experimental.
SATISFACTORY_DOCS_PATH Full path to your own en-US.json (highest priority).
SATISFACTORY_GAME_DIR Your Satisfactory install root; the docs path is derived from it.
MCP_TRANSPORT stdio (child-process clients) or http (network).
MCP_HTTP_HOST HTTP bind host when MCP_TRANSPORT=http (default 0.0.0.0).
MCP_HTTP_PORT HTTP port when MCP_TRANSPORT=http (default 8723).

See the README for the full resolution order and details.

Clone this wiki locally