Skip to content
Zed

Vidgrid — eyes for video for Zed

io.github.pawvej/vidgrid

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

client:Zed transport:stdio runtime:pypi

Install Vidgrid — eyes for video in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vidgrid": {
      "command": "uvx",
      "args": [
        "vidgrid-mcp"
      ],
      "env": {
        "VIDGRID_API_KEY": "<VIDGRID_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Vidgrid — eyes for video in other clients