AgentCAD
Provides a controlled MCP gateway for engineering agents to perform parametric CAD operations on FreeCAD, including structured inspection, transactions, diagnostics, and reproducible verification in headless and GUI modes.
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., "@AgentCADCreate a parametric cube with 20mm sides"
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.
AgentCAD
AgentCAD is an independent, agent-oriented parametric CAD platform built on FreeCAD. It provides a controlled MCP gateway, typed CAD operations, structured inspection, transactions, diagnostics, and reproducible verification for engineering agents.
Current display version: 0.0.1-15-07-2026 (pre-alpha; no functional release
has been published).
AgentCAD is not maintained, approved, or endorsed by the FreeCAD project.
Purpose
AgentCAD will provide a controlled MCP interface for engineering agents, headless and GUI CAD execution, reproducible regression testing, diagnostic artifacts, and a disciplined route for human-reviewed upstream contributions.
It is a distinct product distribution. Product features and agent-specific changes may evolve independently from FreeCAD, while small compatible fixes can be prepared separately for human adoption and possible upstream submission.
Related MCP server: Fusion Agent Harness MCP Server
Relationship to FreeCAD
This repository contains AgentCAD-owned code only: the Rust MCP gateway, typed worker protocol, Python CAD worker, installable AgentCAD bridge, CAD-IR schemas, tests, documentation, and candidate-fix evidence.
FreeCAD remains authoritative at FreeCAD/FreeCAD.
Its source and history are not merged into this repository. The tested upstream
revision is recorded in upstream/freecad.json, and
the fetch scripts clone that revision into a separate sibling checkout.
The companion Getopir/FreeCAD repository
is a history-free, squashed source snapshot used for AgentCAD builds. It is a
standalone repository, not a member of GitHub's FreeCAD/FreeCAD fork network.
This is intentional: a GitHub fork retains its upstream relationship and
history, while AgentCAD keeps its product history and upstream candidate-fix
workflow separate.
FreeCAD issues and pull requests remain authoritative upstream. AgentCAD's issue tracker is for AgentCAD features, defects, integration work, and locally tracked candidate evidence.
Repository layout
agentcad/— Rust MCP gateway, protocol crates, Python worker, schemas, and tests.agentcad-bridge/— installable FreeCAD integration bridge.workbenches/— governed AgentCAD workbench registry and templates.docs/andwiki/— normative documentation and reviewed GitHub Wiki source.upstream/— pinned FreeCAD source metadata and synchronization records.work-items/— AgentCAD delivery records and human-adoptable upstream evidence.
Branches
mainis the AgentCAD product branch. It need not be directly upstreamable.feature/<topic>is for product features.agentcad-fix/<id>-<topic>is for product-only fixes based onmain.upstream-fix/<issue>-<topic>is created in a separate FreeCAD checkout at the pinned upstream commit. Only the evidence package and patch belong in AgentCAD.
See the architecture, the MCP operation contract, diagnostics, versioning, the workbench agent instruction, the upstream-intake data model, and the upstream candidate policy.
Changes reach protected main through current, tested pull requests with independent approval. See the review and merge workflow.
GitHub is the public source host. The migration design, cutover sequence, and
the reason AgentCAD is not itself a FreeCAD fork are documented in
docs/GITHUB_MIGRATION.md.
LLM instruction package
The complete lead-agent and contributor instruction package is published at AgentCAD-instructions/README.md. It contains the master implementation contract, persistent repository instructions, MCP interface specification, bootstrap checklist, upstream-fix workflow, and reusable contributor-agent prompt.
The root AGENTS.md and normative files under docs/ remain the active repository copies. The package directory preserves the supplied bundle intact for discovery and reuse.
Status
The Rust MCP gateway and structured Python worker are implemented and tested without unrestricted Python execution. Native FreeCAD build and GUI verification will run on the dedicated development machine when it is available.
Contributing
Read CONTRIBUTING.md before proposing a change, then open a
GitHub pull request against main. Candidate upstream patches require a human
adopter who understands, tests, reviews, and personally submits the
contribution.
License
AgentCAD-owned source is licensed under LGPL-2.1-or-later, matching FreeCAD's compatible LGPL licensing model. See LICENSE and NOTICE.md.
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 local MCP server that enables AI agents to create and edit parametric CAD models through natural language, using a validated operation graph that compiles to real geometry.Last updated1MIT

Fusion Agent Harness MCPofficial
AlicenseBqualityCmaintenanceExposes CAD design tools (box, cylinder, shell, etc.) via MCP, allowing AI agents and clients like Claude to create and manipulate parametric CAD models in Autodesk Fusion or a simulator.Last updated61Apache 2.0- Flicense-qualityCmaintenanceEnables AI to directly call FreeCAD for 3D modeling via the MCP protocol, providing 39 modeling tools including primitive creation, boolean operations, transformations, and export.Last updated1
- Alicense-qualityCmaintenanceEnables AI agents to programmatically build, analyze, and export 3D CAD geometry using FreeCAD through REST or MCP tools.Last updated1MIT
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
MCP for real 3D-print slicing, quoting & DFM. Quote/DFM/printers free; heavy tools via x402/USDC.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
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/Getopir/AgentCAD'
If you have feedback or need assistance with the MCP directory API, please join our Discord server