Skip to content
Cursor

tensorcad for Cursor

io.github.filip-pajalic/tensorcad

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

client:Cursor transport:stdio runtime:npm

Install tensorcad in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "tensorcad": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tensor-cad/mcp"
      ],
      "env": {
        "TENSORCAD_ROOT": "<TENSORCAD_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

tensorcad in other clients