Skip to content
Zed

cadloop OpenSCAD for Zed

io.github.richardofortune/cadloop-openscad

Compile OpenSCAD, read computed values, preview and measure the mesh, without a GUI.

client:Zed transport:stdio runtime:pypi

Install cadloop OpenSCAD in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "cadloop-openscad": {
      "command": "uvx",
      "args": [
        "cadloop"
      ],
      "env": {
        "OPENSCAD_WORKSPACE": "<OPENSCAD_WORKSPACE>",
        "OPENSCAD_BIN": "<OPENSCAD_BIN>",
        "OPENSCAD_TIMEOUT": "<OPENSCAD_TIMEOUT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cadloop OpenSCAD in other clients