Skip to content
Cursor

VMware AVI for Cursor

io.github.vmware-skills/vmware-avi

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

client:Cursor transport:stdio runtime:pypi

Install VMware AVI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vmware-avi": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-avi"
      ],
      "env": {
        "VMWARE_AVI_CONFIG": "<VMWARE_AVI_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

VMware AVI in other clients