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
- Open your repository or start a new project.
- Request CAD generation with concrete dimensions.
- Review generated code, run, and iterate.