VisualTorch for Zed
io.github.willyfh/visualtorch
Render PyTorch architecture diagrams and animated GIF reveals from trusted model source.
client:Zed
transport:stdio
runtime:pypi
Install VisualTorch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"visualtorch": {
"command": "uvx",
"args": [
"visualtorch"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs