Godot Agent Loop for Grok
io.github.beremaran/godot-agent-loop
MCP automation loop with 167 tested tools for Godot 4
client:Grok
transport:stdio
runtime:npm
Install Godot Agent Loop in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"godot-agent-loop": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}
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