capslane for Zed
io.github.webbaluca/capslane
Retrieve existing or generated YouTube transcripts with timestamps through Capslane.
client:Zed
transport:stdio
runtime:npm
Install capslane in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"capslane": {
"command": "npx",
"args": [
"-y",
"@webba_tech/capslane-mcp"
],
"env": {
"CAPSLANE_API_KEY": "<CAPSLANE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs