Skip to content
VS Code

VMware VDI (Horizon) for VS Code

io.github.vmware-skills/vmware-vdi

VMware/Omnissa Horizon VDI ops: pools, sessions, machines, images — 27 MCP tools.

client:VS Code transport:stdio runtime:pypi

Install VMware VDI (Horizon) in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "vmware-vdi-config",
      "description": "VMWARE_VDI_CONFIG",
      "password": true
    }
  ],
  "servers": {
    "vmware-vdi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-vdi"
      ],
      "env": {
        "VMWARE_VDI_CONFIG": "${input:vmware-vdi-config}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

VMware VDI (Horizon) in other clients