Skip to content
Gemini CLI

Vidgrid — eyes for video for Gemini CLI

io.github.pawvej/vidgrid

Give an AI agent eyes for video: turn a clip into a numbered frame grid + transcript.

client:Gemini CLI transport:stdio runtime:pypi

Install Vidgrid — eyes for video 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": {
    "vidgrid": {
      "command": "uvx",
      "args": [
        "vidgrid-mcp"
      ],
      "env": {
        "VIDGRID_API_KEY": "<VIDGRID_API_KEY>"
      }
    }
  }
}

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

Vidgrid — eyes for video in other clients