apolo cad for VS Code
io.github.mariorojasmz/apolo-cad
Agent-native parametric 3D CAD: model machines, validate them and emit shop drawings
client:VS Code
transport:stdio
runtime:pypi
Install apolo cad in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "apolo-url",
"description": "APOLO_URL",
"password": true
}
],
"servers": {
"apolo-cad": {
"type": "stdio",
"command": "uvx",
"args": [
"apolo-cad"
],
"env": {
"APOLO_URL": "${input:apolo-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs