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
{
"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