apolo cad for Zed
io.github.mariorojasmz/apolo-cad
Agent-native parametric 3D CAD: model machines, validate them and emit shop drawings
client:Zed
transport:stdio
runtime:pypi
Install apolo cad in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apolo-cad": {
"command": "uvx",
"args": [
"apolo-cad"
],
"env": {
"APOLO_URL": "<APOLO_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs