Skip to content
Zed

vidin for Zed

io.github.teunlao/vidin

Turn a screen recording into agent-readable annotated keyframes. MCP server + CLI on ffmpeg.

client:Zed transport:stdio runtime:npm

Install vidin in Zed

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

{
  "context_servers": {
    "vidin": {
      "command": "npx",
      "args": [
        "-y",
        "@teunlao/vidin"
      ]
    }
  }
}

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

vidin in other clients