QuickPeek for Zed
co.quickpeek/quickpeek
Turn a URL into a narrated demo video: real browser walkthrough, AI voiceover, captions burned in.
client:Zed
transport:stdio
runtime:npm
Install QuickPeek in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"quickpeek": {
"command": "npx",
"args": [
"-y",
"@spark-apps/quickpeek"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs