A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy https://visdom.dev
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"visdom": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-visdom"
]
}
}
}