SourceHarbor MCP for VS Code
io.github.xiaojiou176-open/sourceharbor-mcp
Source-first AI knowledge control tower MCP server for YouTube, Bilibili, RSSHub, and RSS.
client:VS Code
transport:stdio
runtime:pypi
Install SourceHarbor MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "source-harbor-api-base-url",
"description": "SOURCE_HARBOR_API_BASE_URL",
"password": true
}
],
"servers": {
"sourceharbor-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sourceharbor"
],
"env": {
"SOURCE_HARBOR_API_BASE_URL": "${input:source-harbor-api-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs