Skip to content
Cursor

apolo cad for Cursor

io.github.mariorojasmz/apolo-cad

Agent-native parametric 3D CAD: model machines, validate them and emit shop drawings

client:Cursor transport:stdio runtime:pypi

Install apolo cad in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "apolo-cad": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "apolo-cad"
      ],
      "env": {
        "APOLO_URL": "<APOLO_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

apolo cad in other clients