Skip to main content
Glama
LBurny
by LBurny

Related Servers

Alternatives to CADPilot

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI agents to programmatically build, analyze, and export 3D CAD geometry using FreeCAD through REST or MCP tools.
      1
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables AI to directly call FreeCAD for 3D modeling via the MCP protocol, providing 39 modeling tools including primitive creation, boolean operations, transformations, and export.
      3
      -
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to control FreeCAD 3D modeling software, allowing creation and manipulation of 3D objects, execution of Python code, and interaction with FreeCAD's parts library through natural language.
      10
      MIT
    • F
      license
      A
      quality
      C
      maintenance
      Enables an AI agent to drive a live FreeCAD desktop session, allowing it to create and edit geometry, capture views, and export models through MCP tools.
      18
      -

    TDQS

    A3.8/5.0

    Scored across 33 tools

    Disambiguation4/5

    Tools are generally targeted at distinct lifecycle stages: documents, modeling, sessions, assembly, and verification. A few complementary pairs overlap in purpose—`cad` vs `execute_code`, `assemble` vs `assembly_session`, `get_topology` vs `get_positioning_info`—but the descriptions clearly separate raw scripting from structured audited operations and one-shot from persistent assembly.

    Naming Consistency4/5

    Names follow a consistent snake_case convention with a strong verb-first style (`list_documents`, `measure_geometry`, `recall_patterns`). Minor deviations exist: the unified mutation tool is simply `cad`, `operation_help` is noun-first, and `session_*` tools place the domain before the verb, but these read as intentional sub-patterns.

    Tool Count2/5

    33 tools is well above the 25+ threshold and will consume significant context even with `operation_help` moving parameter docs out of docstrings. The session and assembly subsystems each contribute many small lifecycle tools that could plausibly be consolidated into fewer session/assembly commands with sub-actions.

    Completeness4/5

    The surface covers the core FreeCAD workflow: document/object inspection, structured modeling via `cad`, geometry measurement, assembly with anchors and joints, verification, plus sessions and pattern memory. Gaps like document close/delete, import/export, and pattern deletion/update are workaroundable via `execute_code` but are not first-class.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues