CADbuildr Documentation
GitHubGitHub
  • Introduction
      • First Part
        • First Sketch
        • Custom Closed Shape
        • Pencil
        • Loading SVGs with SVGShape
        • Extrusion
        • Lathe
        • Sweep
        • Loft
        • MultiSectionSweep
        • SurfaceLoft
        • Thicken
        • Stitch
        • Shell
        • Sphere
        • Box
        • Cylinder
        • Cone
        • Torus
        • Regular Polygon
        • 2D Shapes
        • 1D Curves
        • Hole Variants
        • Slot Family
        • Solid Transforms
        • Pattern Helpers
        • Selectors
        • Base Flange
        • Tab
        • Edge Flange
        • Miter Flange
        • Hem
        • Sketched Bend
        • Closed Corner
        • Unfold
        • To Solid
      • Material
      • Creating Assemblies
      • Joints & Anchors
    • Cheatsheet
    • Chess Lib
    • Creating a Customizable Laser-Cut Office Sign
    • Tetrahedron
    • Overview
    • Linux (Ubuntu / Debian)
    • Setup
      • Cursor
      • Claude
      • Codex
      • Gemini
      • Mistral
        • Setup
        • Use it
      • Mistral Vibe
    • Using MCP
    • Overview
    • Setup & install
    • Auth & session tokens
    • Viewer & provider
    • Parameter form
    • Frozen-DAG mode
    • Caching
MCPCode clientsMistral

Mistral

Setup

Use this MCP client configuration:

{
  "mcpServers": {
    "cadbuildr": {
      "url": "https://mcp.cadbuildr.com/mcp",
      "headers": {
        "x-api-key": "<YOUR_CADBUILDR_API_KEY>"
      }
    }
  }
}

Use it

  1. Create/open a project.
  2. Request a first parametric model.
  3. Refine dimensions and features across short iterations.
GeminiMistral Vibe

CADbuildr Documentation