Loading MCP server directory, please wait...
Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run).
npx @getmcp/cli add io.github.mshegolev/harbor-registry-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
HARBOR_URLHarbor URL (e.g. https://harbor.example.com)
HARBOR_USERNAMEHarbor username (robot account recommended for automation)
HARBOR_PASSWORDHarbor password or robot account token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mshegolev/harbor-registry-mcp": {
"command": "uvx",
"args": [
"harbor-registry-mcp"
],
"env": {
"HARBOR_URL": "",
"HARBOR_USERNAME": "",
"HARBOR_PASSWORD": "",
"HARBOR_SSL_VERIFY": "true"
}
}
}
}