recapfy for Zed
io.github.pedrot95dev/recapfy
Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.
client:Zed
transport:stdio
runtime:npm
Install recapfy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"recapfy": {
"command": "npx",
"args": [
"-y",
"recapfy-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>",
"RECAPFY_API_BASE_URL": "<RECAPFY_API_BASE_URL>",
"RECAPFY_ALLOW_INSECURE_TLS": "<RECAPFY_ALLOW_INSECURE_TLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs