Skip to content
Gemini CLI

Godot Forge for Gemini CLI

io.github.gregario/godot-forge

Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.

client:Gemini CLI transport:stdio runtime:npm

Install Godot Forge 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-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<GODOT_PATH>"
      }
    }
  }
}

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

Godot Forge in other clients