Skip to content
VS Code

VMware Pilot for VS Code

io.github.vmware-skills/vmware-pilot

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

client:VS Code transport:stdio runtime:pypi

Install VMware Pilot in VS Code

.vscode/mcp.json

{
  "servers": {
    "vmware-pilot": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-pilot"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

VMware Pilot in other clients