← Index

io.github.mshegolev/harbor-registry-mcp

io.github.mshegolev/harbor-registry-mcp·v0.1.0·Other
Quality Score
80
/100

Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run).

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "harbor-registry-mcp": {
      "command": "uvx",
      "args": [
        "harbor-registry-mcp"
      ],
      "env": {
        "HARBOR_URL": "<harbor_url>",
        "HARBOR_USERNAME": "<harbor_username>",
        "HARBOR_PASSWORD": "<your-harbor_password>",
        "HARBOR_SSL_VERIFY": "true"
      }
    }
  }
}
§02  Environment variables
HARBOR_URL
required

Harbor URL (e.g. https://harbor.example.com)

HARBOR_USERNAME
required

Harbor username (robot account recommended for automation)

HARBOR_PASSWORD
requiredsecret

Harbor password or robot account token

HARBOR_SSL_VERIFY

Verify SSL certificates (true/false). Set to 'false' for self-signed certs.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other