Skip to content
VS Code

VMware AIops for VS Code

io.github.vmware-skills/vmware-aiops

AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 60 MCP tools.

client:VS Code transport:stdio runtime:pypi

Install VMware AIops in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "vmware-aiops-config",
      "description": "VMWARE_AIOPS_CONFIG",
      "password": true
    }
  ],
  "servers": {
    "vmware-aiops": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-aiops"
      ],
      "env": {
        "VMWARE_AIOPS_CONFIG": "${input:vmware-aiops-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 AIops in other clients