Skip to content
Grok

VMware Harden for Grok

io.github.zw008/vmware-harden

VMware compliance scanning (CIS, vSphere SCG, GB/T 22239, PCI-DSS) with drift detection.

client:Grok transport:stdio runtime:pypi

Install VMware Harden in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "vmware-harden": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-harden"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

VMware Harden in other clients