Skip to content
Gemini CLI

godotiq for Gemini CLI

io.github.salvo10f/godotiq

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

client:Gemini CLI transport:stdio runtime:pypi

Install godotiq 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": {
    "godotiq": {
      "command": "uvx",
      "args": [
        "godotiq"
      ],
      "env": {
        "GODOTIQ_PROJECT_ROOT": "<GODOTIQ_PROJECT_ROOT>"
      }
    }
  }
}

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

godotiq in other clients