Godot Agent Loop for Gemini CLI
io.github.beremaran/godot-agent-loop
MCP automation loop with 167 tested tools for Godot 4
client:Gemini CLI
transport:stdio
runtime:npm
Install Godot Agent Loop in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"godot-agent-loop": {
"command": "npx",
"args": [
"-y",
"@beremaran/godot-agent-loop"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs