video analyzer for Zed
io.github.brightwayai/video-analyzer
Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.
client:Zed
transport:stdio
runtime:pypi
Install video analyzer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"video-analyzer": {
"command": "uvx",
"args": [
"video-analyzer-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs