VMware Harden for Cursor
io.github.zw008/vmware-harden
VMware compliance scanning (CIS, vSphere SCG, GB/T 22239, PCI-DSS) with drift detection.
client:Cursor
transport:stdio
runtime:pypi
Install VMware Harden in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-harden": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-harden"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs