Skip to content
Gemini CLI

tensorcad for Gemini CLI

io.github.filip-pajalic/tensorcad

Design transformer LLM architectures and report their parameters, FLOPs, memory and cost

client:Gemini CLI transport:stdio runtime:npm

Install tensorcad 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": {
    "tensorcad": {
      "command": "npx",
      "args": [
        "-y",
        "@tensor-cad/mcp"
      ],
      "env": {
        "TENSORCAD_ROOT": "<TENSORCAD_ROOT>"
      }
    }
  }
}

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

tensorcad in other clients