Server data from the Official MCP Registry
AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.
AlbumentationsX MCP for batch previews, compare preview runs, segmentation masks, and exports.
Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ALBU_MCP_ALLOWED_ROOTS
Environment variable: ALBU_MCP_ARTIFACT_ROOT
Environment variable: ALBU_MCP_MAX_PREVIEW_RUNS
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-dkosarevsky-albu-mcp": {
"env": {
"ALBU_MCP_ALLOWED_ROOTS": "your-albu-mcp-allowed-roots-here",
"ALBU_MCP_ARTIFACT_ROOT": "your-albu-mcp-artifact-root-here",
"ALBU_MCP_MAX_PREVIEW_RUNS": "your-albu-mcp-max-preview-runs-here"
},
"args": [
"albumentationsx-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Model Context Protocol server for AlbumentationsX: transform discovery, pipeline validation, deterministic previews, feedback loops, and reproducible exports for computer vision.
AlbumentationsX MCP is a thin, typed MCP layer around existing AlbumentationsX primitives. It helps MCP hosts:
albu-spec;too_noisy:high;The server does not execute arbitrary Python, fetch remote images, overwrite datasets, or train models. Local preview
access is bounded by --allowed-root, and generated artifacts are written under --artifact-root.
Run the published server:
uvx --from albumentationsx-mcp albumentationsx-mcp
For local development:
uv sync --all-extras --dev
uv run albumentationsx-mcp
For preview work, scope filesystem access explicitly:
uvx --from albumentationsx-mcp albumentationsx-mcp \
--allowed-root /absolute/path/to/images \
--artifact-root /absolute/path/to/albu-artifacts
Copyable host snippets are in examples. Full setup is in docs/INSTALL.md; the guided trial is docs/FIRST_10_MINUTES.md.
After connecting an MCP host:
albumentationsx://examples/client-smoke.run_host_smoke_check.preview_ready is true.build_review_packet to sample local images and get one first-preview handoff.preview_request_template.request.validate_preview_request before rendering user-provided paths.render_preview_batch on a small local image set.adjust_pipeline, compare_preview_runs, and export_pipeline.If preview setup fails, read albumentationsx://diagnostics/guide and call diagnose_environment. Troubleshooting
details and remediation_actions are documented in docs/USAGE.md and docs/INSTALL.md.
quality_summary and suggested feedback tags.The public MCP surface is kept stable through reviewed contract snapshots. Compatibility rules are in docs/COMPATIBILITY.md.
The community guide was accepted upstream in AlbumentationsX#289; source: docs/integrations/mcp.md.
Operational scripts live in scripts and are covered by the verification commands below.
uv run pytest
uv run ruff check .
uv run ruff format --check .
uv run ty check
uv run python scripts/validate_host_manual_runs.py
uv run python scripts/check_host_acceptance_report.py
uv run python scripts/check_first_10_minutes.py
uv run python scripts/check_host_proof_sprint.py
uv run python scripts/check_contract_snapshots.py
uv run python scripts/check_demo_assets.py --output-dir docs/assets/demo --check
uv run python scripts/check_release_readiness.py
uv run python scripts/run_golden_evals.py
uv run python scripts/check_mcp_registry_status.py
uv run python scripts/check_directory_presence.py
uv build
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.