SourceHarbor MCP for Zed
io.github.xiaojiou176-open/sourceharbor-mcp
Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS.
client:Zed
transport:stdio
runtime:pypi
Install SourceHarbor MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sourceharbor-mcp": {
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "<SOURCE_HARBOR_API_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs