Skip to content
Gemini CLI

Rendry for Gemini CLI

io.rendry/rendry

Deterministic image rendering for agents: JSON template in, on-brand PNG out.

client:Gemini CLI transport:streamable-http

Install Rendry in Gemini CLI

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

{
  "mcpServers": {
    "rendry": {
      "httpUrl": "https://rendry.io/api/v1/mcp"
    }
  }
}

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

Rendry in other clients