Skip to content
VS Code

VMware Debug for VS Code

io.github.zw008/vmware-debug

Read-only VMware incident correlation: timeline, spikes, root-cause routing. 2 MCP tools.

client:VS Code transport:stdio runtime:pypi

Install VMware Debug in VS Code

.vscode/mcp.json

{
  "servers": {
    "vmware-debug": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-debug"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

VMware Debug in other clients