ZandronumMCP

rc4l/ZandronumMCP
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
Experimental MCP Server for Zandronum. Speeds up modding and engine development.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zandronummcp": {
      "command": "npx",
      "args": [
        "-y",
        "rc4l/ZandronumMCP"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="assets/zandromcp.png" alt="zandronum-mcp" width="200"> </p> Let an AI assistant supercharge Zandronum development from your editor: Write C++ code, ACS, DECORATE, fix bugs, the works. 1. **Download the engine.** Grab the build for your OS from - **Windows:** `zandronum-mcp-engine-windows-x64.zip` → point `ZANDRONUM_EXE` at `zandronum-mcp-hooks.exe`.