capslane for Windsurf
io.github.webbaluca/capslane
Retrieve existing or generated YouTube transcripts with timestamps through Capslane.
client:Windsurf
transport:stdio
runtime:npm
Install capslane in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"capslane": {
"command": "npx",
"args": [
"-y",
"@webba_tech/capslane-mcp"
],
"env": {
"CAPSLANE_API_KEY": "<CAPSLANE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs