Skip to content
Gemini CLI

Godot MCP Runtime for Gemini CLI

io.github.erodenn/godot-mcp-runtime

Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.

client:Gemini CLI transport:stdio runtime:npm

Install Godot MCP Runtime in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "godot-mcp-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "godot-mcp-runtime"
      ],
      "env": {
        "GODOT_PATH": "<GODOT_PATH>",
        "DEBUG": "<DEBUG>",
        "GODOT_MCP_DISABLE_ELICITATION": "<GODOT_MCP_DISABLE_ELICITATION>",
        "GODOT_MCP_STRICT": "<GODOT_MCP_STRICT>",
        "GODOT_MCP_DISABLE_SECURITY": "<GODOT_MCP_DISABLE_SECURITY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Godot MCP Runtime in other clients