Godot Forge for Grok
io.github.gregario/godot-forge
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
client:Grok
transport:stdio
runtime:npm
Install Godot Forge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"godot-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"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