VMware Storage for Cursor
io.github.zw008/vmware-storage
VMware vSphere storage management with 11 MCP tools: datastores, iSCSI, vSAN.
client:Cursor
transport:stdio
runtime:pypi
Install VMware Storage in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-storage": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-storage"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs