Serversio.github.mshegolev/harbor-registry-mcp
M

io.github.mshegolev/harbor-registry-mcp

io.github.mshegolev/harbor-registry-mcp · v0.1.0
▦ pypi
v0.1.0pypi pypi: harbor-registry-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.mshegolev/harbor-registry-mcp",
  "description": "Harbor Registry MCP — projects, repos, artifacts, storage reports, cleanup (with dry-run).",
  "repository": {
    "url": "https://github.com/mshegolev/harbor-registry-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}