Skip to content
Zed

AnkusDrive for Zed

io.github.gchen19/ankusdrive

Drive FreeCAD from an agent: CAD modeling, drawings, FEM, CFD, EM, and multiphysics simulation.

client:Zed transport:stdio runtime:pypi

Install AnkusDrive 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": {
    "ankusdrive": {
      "command": "uvx",
      "args": [
        "ankusdrive"
      ],
      "env": {
        "ANKUSDRIVE_FREECADCMD": "<ANKUSDRIVE_FREECADCMD>"
      }
    }
  }
}

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

AnkusDrive in other clients