Skip to content
Cursor

VMware NSX for Cursor

io.github.zw008/vmware-nsx

VMware NSX networking management with 31 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"
      ]
    }
  }
}

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

VMware NSX in other clients