Skip to content
Cursor

harbor registry mcp for Cursor

io.github.mshegolev/harbor-registry-mcp

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

client:Cursor transport:stdio runtime:pypi

Install harbor registry mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "harbor-registry-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "harbor-registry-mcp"
      ],
      "env": {
        "HARBOR_URL": "<HARBOR_URL>",
        "HARBOR_USERNAME": "<HARBOR_USERNAME>",
        "HARBOR_PASSWORD": "<HARBOR_PASSWORD>",
        "HARBOR_SSL_VERIFY": "<HARBOR_SSL_VERIFY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

harbor registry mcp in other clients