Codex

Setup

Configure the hosted CADBuildr MCP server with header auth:

{
  "mcpServers": {
    "cadbuildr": {
      "url": "https://mcp.cadbuildr.com/mcp",
      "headers": {
        "x-api-key": "<YOUR_CADBUILDR_API_KEY>"
      }
    }
  }
}

Use it

  1. Open your repository or start a new project.
  2. Request CAD generation with concrete dimensions.
  3. Review generated code, run, and iterate.