-
-
Notifications
You must be signed in to change notification settings - Fork 1
AI Assistant and MCP
exzile edited this page May 20, 2026
·
3 revisions
Cindr3D exposes a localhost-only Model Context Protocol server during development. The server relays AI tool calls into the open Cindr3D browser tab.


| Item | Value |
|---|---|
| Default app URL | http://localhost:5173 |
| Default MCP URL | http://localhost:5174/mcp?token=... |
| Port override | CINDR3D_MCP_PORT |
| Pairing command | Copy the command from the AI MCP status badge |
The browser tab must remain open because CAD and printer actions execute through the in-page bridge.
The MCP server:
- Accepts localhost clients only
- Requires a pairing token
- Rate-limits tool calls
- Records activity in the AI MCP status badge
- Supports token rotation from the badge
- Can gate destructive operations behind confirmation
Common read-only tools:
cindr3d_statuslist_objectsget_object_propertiessnapshot_view
Common creation and editing tools:
- Primitive creation: boxes, cylinders, spheres, cones
- Sketch creation: rectangles, circles, polygons, dimensions
- Features: extrude, revolve, fillet, chamfer, hole
- Booleans: union, subtract, intersect
- Transforms: translate, scale, mirror, linear pattern, circular pattern
Export tools:
save_sessionexport_stlexport_stepexport_gcode
Prefer read-only calls before editing a design. Use object ids from list_objects instead of visible names when changing existing geometry. After meaningful geometry changes, call snapshot_view so the assistant can inspect placement, scale, and selection state.
For example workflows, see the repository docs:
- Home
- Getting Started
- Operator Runbooks
- Guided Tutorials
- Feature Overview
- AI Assistant and MCP
- Self Hosting and Updates
- CAD and Modeling
- Design Box Walkthrough
- Sketching and Dimensions
- CAD Features and Timeline
- Drawing and Export Workflows
- Mesh Repair and Imports
- Slicing and Print Preview
- Slicer Settings Reference
- Prepare Object Walkthrough
- Prepare Profiles and Printer Creation
- G-code Preview Simulation and Breakpoints
- Calibration Workflows
- Printer Workflows
- Printer Connection Setup
- USB Connection (Web Serial)
- Camera Setup
- Printer Interface Gallery
- Print Farm Intelligence
- Filament Profiles
- Mid-print Object Cancellation
- Print Tuning and Utilities
- Safety Limits
- Dashboard Layout Editing