Skip to content
Zed

VMware Pilot for Zed

io.github.vmware-skills/vmware-pilot

Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.

client:Zed transport:stdio runtime:pypi

Install VMware Pilot in Zed

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

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

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

VMware Pilot in other clients