Skip to content
Gemini CLI

Rupa3D for Gemini CLI

io.github.tiranyx/rupa3d

Checks GLB assets against a spec without Blender and embeds the measured proof inside the GLB.

client:Gemini CLI transport:stdio runtime:npm

Install Rupa3D 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": {
    "rupa3d": {
      "command": "npx",
      "args": [
        "-y",
        "rupa3d"
      ],
      "env": {
        "RUPA3D_BLENDER": "<RUPA3D_BLENDER>",
        "RUPA3D_RUANG": "<RUPA3D_RUANG>"
      }
    }
  }
}

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

Rupa3D in other clients