Skip to content
VS Code

VMware AVI for VS Code

io.github.vmware-skills/vmware-avi

VMware AVI (NSX ALB) load balancer plus AKO Kubernetes ops — 28 MCP tools.

client:VS Code transport:stdio runtime:pypi

Install VMware AVI in VS Code

.vscode/mcp.json

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