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, GarmentCode-compatible serialization, and a serial AutoDL GPU worker API. External geometry uses millimetres; the GarmentCode facade converts to centimetres at its boundary.
from garmentcad import GarmentSDK
cad = GarmentSDK("./projects/sample")
preview = cad.panel_create(
"front",
[[0, 0], [420, 0], [360, 620], [0, 620]],
)
# 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. The same contracts are embedded in lazily loaded MCP tool schemas:
preview = cad.commands.pattern_along_line(
alias="front.armhole.guide",
first_point={"alias": "front.shoulder"},
second_point={"alias": "front.underarm"},
length_mm=35,
)Quick start:
./scripts/bootstrap-macos.sh
uv run garmentcad create ./projects/sample
./scripts/test.shRead 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 panel/interface/stitch transactions, SDK, and MCP: implemented and tested.
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 boundary remains explicit: this project never edits .val XML behind Valentina's back.
This server cannot be installed
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