← Back to Plugins
MCP Server MCP

AlbumentationsX MCP

github By github 👁 1 views ▲ 0 votes

AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.

Homepage Verified source GitHub

Install

uvx albumentationsx-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "albumentationsx-mcp",
      "version": "1.21.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional os.pathsep-separated allowlist of local roots that preview inputs and masks may be read from.",
          "format": "string",
          "name": "ALBU_MCP_ALLOWED_ROOTS"
        },
        {
          "description": "Optional local directory where generated preview artifacts and manifests are written.",
          "format": "string",
          "name": "ALBU_MCP_ARTIFACT_ROOT"
        },
        {
          "description": "Optional retention limit for indexed preview runs. Defaults to 100.",
          "format": "string",
          "name": "ALBU_MCP_MAX_PREVIEW_RUNS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...