Skip to content
VS Code

VMware Debug for VS Code

io.github.vmware-skills/vmware-debug

VMware incident timeline, root-cause routing, local case ledger; no vSphere access. 14 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