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