Skip to content
Zed

tensorcad for Zed

io.github.filip-pajalic/tensorcad

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

client:Zed transport:stdio runtime:npm

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

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

tensorcad in other clients