Skip to main content
Glama
rc4l
by rc4l

zandronum-mcp

version last release tools

Let an AI assistant supercharge Zandronum development from your editor: Write C++ code, ACS, DECORATE, fix bugs, the works.

Setup

  1. Download the engine. Grab the build for your OS from Releases and unzip it anywhere.

    • Windows: zandronum-mcp-engine-windows-x64.zip.

    • macOS: zandronum-mcp-engine-macos-x64.zip (Intel build, runs under Rosetta 2).

    • Linux or a custom build: build it yourself.

  2. Learn how to add MCP Servers to your preferred editor. In VS Code, put this in .vscode/mcp.json (Cursor, Claude Desktop, Windsurf, etc. uses something similar. Go look it up yourself or have your AI agent do it for you)

    {
      "servers": {
        "zandronum": {
          "command": "npx",
          "args": ["-y", "zandronum-mcp"],
          "env": {
            "ZANDRONUM_BRIDGE_PORT": "7777",
            "ZANDRONUM_EXE": "C:/path/to/zandronum-mcp-hooks.exe"
          }
        }
      }
    }

    Point ZANDRONUM_EXE at the zandronum-mcp-hooks.exe or zandronum-mcp-hooks.app you just unzipped, then restart your chat session.

  3. Verify with your preferred AI Agent by asking it, "Is Zandronum MCP loaded?" if it responds positively, then it is wired up.

  4. You're done. You can now ask your agent to start working on the engine or start making mods. Remember, the MCP only works with the custom build of Zandronum you downloaded or built from step 1.

Related MCP server: Godot MCP

Tools

The server exposes tools (run, ACS, DECORATE, scripts, map & render inspection, saves, process control, etc). Your agent discovers them automatically; for a browsable list see README.tools.md.

Advanced

Building the engine yourself, Linux, launching manually, running the server from source, contributing, etc: docs/ADVANCED.md.

Install Server
A
license - permissive license
C
quality
A
maintenance

Maintenance

Maintainers
1dResponse time
2dRelease cycle
12Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    Enables AI assistants to interact with the Godot game engine by launching the editor, running projects, capturing debug output, managing scenes and nodes, and controlling project execution through a standardized interface.
    Last updated
    18
    180
    9
    MIT
  • A
    license
    B
    quality
    -
    maintenance
    Enables AI assistants to interact with the Godot game engine by launching the editor, running projects, capturing debug output, managing scenes and nodes, and controlling project execution through a standardized interface.
    Last updated
    14
    180
    1
  • A
    license
    A
    quality
    -
    maintenance
    Enables AI agents to fully control the Forge Engine (Godot fork) by manipulating scene trees, modifying node properties, and managing game scripts. It allows agents to perform development tasks such as running projects, capturing screenshots, and executing GDScript through a WebSocket connection.
    Last updated
    21

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

  • Live browser debugging for AI assistants — DOM, console, network via MCP.

  • Drive a live Cinevva game session: edit game files, import CC0 assets, preview changes.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rc4l/ZandronumMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server