Skip to content
Zed

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

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

{
  "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

capslane in other clients