modulor for Zed
io.github.bcllcc/modulor
Agent-native CAD: draw plans, model 3D, render checks, export DXF/SVG/STL/GLB/IFC, import DXF.
client:Zed
transport:stdio
runtime:pypi
Install modulor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"modulor": {
"command": "uvx",
"args": [
"modulor"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs