godot for Gemini CLI
io.github.sterion66/godot
The most complete Godot 4 MCP: secure sandbox, 40+ tools (projects–runtime), major MCP clients.
client:Gemini CLI
transport:stdio
runtime:pypi
Install godot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"godot": {
"command": "uvx",
"args": [
"godot-mcp-server"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs