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
{
"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