Skip to content
Gemini CLI

decaframe for Gemini CLI

com.decaframe/decaframe

Presentations, slides, reports and one-pagers your agent designs and you edit. Exports to one file.

client:Gemini CLI transport:stdio runtime:npm

Install decaframe in Gemini CLI

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

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

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

decaframe in other clients