AlbumentationsX MCP for Zed
io.github.dkosarevsky/albu-mcp
AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.
client:Zed
transport:stdio
runtime:pypi
Install AlbumentationsX MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"albu-mcp": {
"command": "uvx",
"args": [
"albumentationsx-mcp"
],
"env": {
"ALBU_MCP_ALLOWED_ROOTS": "<ALBU_MCP_ALLOWED_ROOTS>",
"ALBU_MCP_ARTIFACT_ROOT": "<ALBU_MCP_ARTIFACT_ROOT>",
"ALBU_MCP_MAX_PREVIEW_RUNS": "<ALBU_MCP_MAX_PREVIEW_RUNS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs