Skip to content
VS Code

VMware Storage for VS Code

io.github.zw008/vmware-storage

VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN.

client:VS Code transport:stdio runtime:pypi

Install VMware Storage in VS Code

.vscode/mcp.json

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

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

VMware Storage in other clients