MCP Server
MCP
io.github.mshegolev/harbor-registry-mcp
Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run).
Install
uvx harbor-registry-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "harbor-registry-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Harbor URL (e.g. https://harbor.example.com)",
"isRequired": true,
"format": "string",
"name": "HARBOR_URL"
},
{
"description": "Harbor username (robot account recommended for automation)",
"isRequired": true,
"format": "string",
"name": "HARBOR_USERNAME"
},
{
"description": "Harbor password or robot account token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HARBOR_PASSWORD"
},
{
"description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
"format": "string",
"default": "true",
"name": "HARBOR_SSL_VERIFY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment