← Back to browse

AlbumentationsX MCP

Indexed by io.github.dKosarevsky

About

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

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 varsALBU_MCP_ALLOWED_ROOTS ALBU_MCP_ARTIFACT_ROOT ALBU_MCP_MAX_PREVIEW_RUNS
Claude Code
claude mcp add --env ALBU_MCP_ALLOWED_ROOTS= --env ALBU_MCP_ARTIFACT_ROOT= --env ALBU_MCP_MAX_PREVIEW_RUNS= albu-mcp -- uvx albumentationsx-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":"albu-mcp","command":"uvx","args":["albumentationsx-mcp"],"env":{"ALBU_MCP_ALLOWED_ROOTS":"","ALBU_MCP_ARTIFACT_ROOT":"","ALBU_MCP_MAX_PREVIEW_RUNS":""}}'
JSON
{
  "mcpServers": {
    "albu-mcp": {
      "command": "uvx",
      "args": [
        "albumentationsx-mcp"
      ],
      "env": {
        "ALBU_MCP_ALLOWED_ROOTS": "",
        "ALBU_MCP_ARTIFACT_ROOT": "",
        "ALBU_MCP_MAX_PREVIEW_RUNS": ""
      }
    }
  }
}

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