tube-bridge for Zed
io.github.thewhitewater/tube-bridge
YouTube MCP server for search, transcripts, frames, comments, channels, and local semantic corpora.
client:Zed
transport:stdio
runtime:pypi
Install tube-bridge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tube-bridge": {
"command": "uvx",
"args": [
"tube-bridge"
],
"env": {
"YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
"TUBE_BRIDGE_PROXY": "<TUBE_BRIDGE_PROXY>",
"TUBE_BRIDGE_CACHE": "<TUBE_BRIDGE_CACHE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs