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