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
{
"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