Skip to content
Zed

HOI4 Agent Tools for Zed

io.github.klimpaskov/hoi4-agent-tools

Analyze HOI4 events, decisions, impact, tech, AI, and MTTH; build focus trees, GUIs, and maps.

client:Zed transport:stdio runtime:npm

Install HOI4 Agent Tools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "hoi4-agent-tools": {
      "command": "npx",
      "args": [
        "-y",
        "hoi4-agent-tools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

HOI4 Agent Tools in other clients