Skip to content
Zed

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

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

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

SourceHarbor MCP in other clients