Skip to content
Zed

TechDraw AI for Zed

io.github.meltflexdevs/techdrawai

Photo to technical drawing, CAD-ready DXF and DWG, 3D models and product renders.

client:Zed transport:stdio runtime:npm

Install TechDraw AI in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "techdrawai": {
      "command": "npx",
      "args": [
        "-y",
        "techdrawai-mcp"
      ],
      "env": {
        "TECHDRAWAI_API_KEY": "<TECHDRAWAI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

TechDraw AI in other clients