← Back to browse

harbor-registry-mcp

Indexed by io.github.mshegolev

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHARBOR_URL HARBOR_USERNAME HARBOR_PASSWORD HARBOR_SSL_VERIFY
Claude Code
claude mcp add --env HARBOR_URL= --env HARBOR_USERNAME= --env HARBOR_PASSWORD= --env HARBOR_SSL_VERIFY= harbor-registry-mcp -- uvx harbor-registry-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"harbor-registry-mcp","command":"uvx","args":["harbor-registry-mcp"],"env":{"HARBOR_URL":"","HARBOR_USERNAME":"","HARBOR_PASSWORD":"","HARBOR_SSL_VERIFY":""}}'
JSON
{
  "mcpServers": {
    "harbor-registry-mcp": {
      "command": "uvx",
      "args": [
        "harbor-registry-mcp"
      ],
      "env": {
        "HARBOR_URL": "",
        "HARBOR_USERNAME": "",
        "HARBOR_PASSWORD": "",
        "HARBOR_SSL_VERIFY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.