gdharness for Grok
io.github.aureliolo/gdharness
A harness for driving a Godot 4 project from an agent: addons, runtime bridge, MCP server, CLI.
client:Grok
transport:stdio
runtime:npm
Install gdharness in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gdharness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gdharness"
],
"env": {
"GODOT_PATH": "<GODOT_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs