VMware AIops for Cursor
io.github.vmware-skills/vmware-aiops
AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 60 MCP tools.
client:Cursor
transport:stdio
runtime:pypi
Install VMware AIops in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-aiops": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-aiops"
],
"env": {
"VMWARE_AIOPS_CONFIG": "<VMWARE_AIOPS_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs