Skip to content
Gemini CLI

TechDraw AI for Gemini CLI

io.github.meltflexdevs/techdrawai

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

client:Gemini CLI transport:stdio runtime:npm

Install TechDraw AI in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

TechDraw AI in other clients