zandronum-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@zandronum-mcpSpawn a cyberdemon on MAP01 and give me a BFG"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
zandronum-mcp
Let an AI assistant supercharge Zandronum development from your editor: Write C++ code, ACS, DECORATE, fix bugs, the works.
Setup
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.
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_EXEat thezandronum-mcp-hooks.exeorzandronum-mcp-hooks.appyou just unzipped, then restart your chat session.Verify with your preferred AI Agent by asking it, "Is Zandronum MCP loaded?" if it responds positively, then it is wired up.
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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