Skip to content
Zed

VMware Harden for Zed

io.github.zw008/vmware-harden

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

client:Zed transport:stdio runtime:pypi

Install VMware Harden in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "vmware-harden": {
      "command": "uvx",
      "args": [
        "vmware-harden"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

VMware Harden in other clients