garment-cad-mcp
Provides remote GPU worker integration with NVIDIA AutoDL, enabling serial execution, caching, polling, artifact retrieval, and screenshot enforcement for garment CAD workloads.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@garment-cad-mcpDraft a front bodice panel and preview it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
garment-cad-mcp
Agent-facing garment CAD control plane built around pinned Valentina and GarmentCode sources.
It provides two local stdio MCP servers, a shared Python SDK, preview/commit transactions, append-only revisions, a native GarmentCode document, and a serial AutoDL GPU worker API. Public geometry uses millimetres; the native GarmentCode host converts to centimetres at its boundary.
from garmentcad import GarmentSDK
cad = GarmentSDK("./projects/sample")
preview = cad.commands.pattern_along_line(
alias="front.armhole.guide",
first_point={"alias": "front.shoulder"},
second_point={"alias": "front.underarm"},
length_mm=35,
)
# Inspect preview.summary, then commit explicitly:
# garmentcad commit <preview.preview_token> --path ./projects/sampleValentina, Tape, and Puzzle recipes use the schema-generated typed atomic surface. They create all 2D geometry; GarmentCode only receives a read-only projection for sewing and 3D placement. The same contracts are embedded in lazily loaded MCP tool schemas:
assembly_preview = cad.sync_assembly_from_pattern(bindings={"interfaces": [], "stitches": []})Quick start:
./scripts/bootstrap-macos.sh
uv run garmentcad create ./projects/sample
./scripts/test.shBoth MCP servers can create a project from the minimal Valentina-authored seed. Claude Code uses
.mcp.json; local Codex clients use .codex/config.toml. Codex starts the atomic catalogs eagerly
because Codex 0.144.1 does not refresh tools registered after catalog_search. The stable
command_preview core tool remains available to clients that cannot refresh a dynamic catalog.
Create complete multi-piece qualification drafts without editing .val XML:
uv run python scripts/recipes/draft_qualification_pattern.py bodice /tmp/bodice --create
uv run python scripts/recipes/draft_qualification_pattern.py shirt /tmp/shirt --create
uv run python scripts/recipes/draft_qualification_pattern.py trousers /tmp/trousers --createRun the public real-pattern qualification suite and open its HTML report:
GARMENTCAD_VALENTINA_COMMAND="$PWD/scripts/valentina-command-host.sh" \
uv run garmentcad-corpus validate --output build/reports/real-patterns
open build/reports/real-patterns/report.htmlRead the architecture, setup guide, and
native Valentina host contract. The
acceptance ledger separates locally proven gates from the pending real-GPU
evidence. See THIRD_PARTY.md for exact upstream commits and licenses.
Current integration status
GarmentCode native-document sync, placement, interface/stitch transactions, SDK, and MCP: implemented and tested. There is no Python-side panel geometry kernel.
Remote worker upload, serial execution, cache, polling, artifacts, and screenshot enforcement: implemented together with the pinned Warp/GarmentCode runner, AutoDL bootstrap, and SSH tunnel; deployment supplies the body assets and an NVIDIA AutoDL instance.
Valentina/Tape/Puzzle native command services, MCP catalog, and schema-generated typed recipes: implemented with complete reviewed handler coverage.
Native previews include compact image resources; full coordinates, change-sets, assembly data, exports, and simulation logs remain URI-addressable on demand.
The checked-in public corpus contains 85
.valfiles: the current strict run passed every self-contained production-like case; missing measurement assets and regression rejections remain visible as separate report categories.
The boundary remains explicit: this project never edits .val XML behind Valentina's back.
Passing this suite establishes CAD transport and transaction fidelity, not that an unaudited agent
draft is fit for manufacture.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceA PRD-first multi-agent MCP server that wraps agent definitions, collaboration rules, and staged delivery into a local stdio service for standardized software delivery workflows.MIT
- Alicense-qualityBmaintenanceLocal-first code intelligence and safety layer for AI coding agents. MCP server exposes dependency graph, impact analysis, and AST-compressed repo context, backed by typed local memory, patch-scope safety gates, and git-independent transaction rollback.MIT
- Alicense-qualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.43MIT
- FlicenseBqualityAmaintenancemcp-agent-ops is a local stdio MCP server for deterministic agent-development operations that otherwise cause repeated shell and generated Python calls.18
Related MCP Connectors
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xZoharHuang/garment-cad-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server