Skip to content
Gemini CLI

promoshot for Gemini CLI

io.github.garalex/promoshot

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

client:Gemini CLI transport:stdio runtime:oci

Install promoshot in Gemini CLI

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

{
  "mcpServers": {
    "promoshot": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/garalex/promoshot-mcp:v0.2.78"
      ]
    }
  }
}

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

promoshot in other clients