hoi4-agent-tools

klimPaskov/hoi4-agent-tools
★ 0 stars TypeScript AI/LLM Updated 3d ago
Source-preserving HOI4 workbench exposed as a safe MCP server for coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hoi4-agent-tools": {
      "command": "npx",
      "args": [
        "-y",
        "klimPaskov/hoi4-agent-tools"
      ]
    }
  }
}

README Excerpt

HOI4 Agent Tools is a source-preserving Model Context Protocol server for coding agents working on Hearts of Iron IV mods. It combines a Focus Tree Workbench, Scripted GUI Studio, and headless map transaction system over one shared parser, workspace index, renderer, artifact store, and rollback engine.

Topics

coding-agentshearts-of-iron-ivhoi4mcpmoddingmodel-context-protocol