Skip to content
Cursor

VMware Debug for Cursor

io.github.vmware-skills/vmware-debug

VMware incident timeline, root-cause routing, local case ledger; no vSphere access. 14 MCP tools.

client:Cursor transport:stdio runtime:pypi

Install VMware Debug in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VMware Debug in other clients