forge-config 0.4.1

Configuration loading for Forgemax Code Mode MCP Gateway
Documentation

forge-config

Configuration loading for the Forgemax Code Mode MCP Gateway.

Supports TOML configuration files with environment variable expansion.

Example

[servers.narsil]
command = "narsil-mcp"
args = ["--repos", "."]
transport = "stdio"

[servers.github]
url = "https://mcp.github.com/mcp"
transport = "sse"
headers = { Authorization = "Bearer ${GITHUB_TOKEN}" }

[sandbox]
timeout_secs = 5
max_heap_mb = 64
max_concurrent = 8
max_tool_calls = 50