VMware NSX for Cursor
io.github.vmware-skills/vmware-nsx
VMware NSX networking management with 33 MCP tools: segments, gateways, NAT, routing, IPAM.
client:Cursor
transport:stdio
runtime:pypi
Install VMware NSX in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vmware-nsx": {
"type": "stdio",
"command": "uvx",
"args": [
"vmware-nsx-mgmt"
],
"env": {
"VMWARE_NSX_CONFIG": "<VMWARE_NSX_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs