Skip to content
Gemini CLI

mojulo for Gemini CLI

io.github.zombico/mojulo

A 3D compiler for coding agents: objects, worlds and games as small recipes. Emits Godot and STL.

client:Gemini CLI transport:stdio runtime:npm

Install mojulo in Gemini CLI

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

{
  "mcpServers": {
    "mojulo": {
      "command": "npx",
      "args": [
        "-y",
        "mojulo"
      ]
    }
  }
}

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

mojulo in other clients