Skip to content
VS Code

VMware NSX for VS Code

io.github.zw008/vmware-nsx

VMware NSX networking management with 31 MCP tools: segments, gateways, NAT, routing, IPAM.

client:VS Code transport:stdio runtime:pypi

Install VMware NSX in VS Code

.vscode/mcp.json

{
  "servers": {
    "vmware-nsx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vmware-nsx-mgmt"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

VMware NSX in other clients