VMware Harden for VS Code
io.github.vmware-skills/vmware-harden
VMware compliance scanning (CIS, vSphere SCG, GB/T 22239, PCI-DSS) with drift detection.
client:VS Code
transport:stdio
runtime:pypi
Install VMware Harden in VS Code
.vscode/mcp.json
{
"servers": {
"vmware-harden": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-harden"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs