Skip to content
Cursor

VMware Storage for Cursor

io.github.vmware-skills/vmware-storage

VMware vSphere storage with 14 MCP tools: datastores, iSCSI, vSAN, FC multipath.

client:Cursor transport:stdio runtime:pypi

Install VMware Storage in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vmware-storage": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-storage"
      ],
      "env": {
        "VMWARE_STORAGE_CONFIG": "<VMWARE_STORAGE_CONFIG>"
      }
    }
  }
}

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

VMware Storage in other clients