Skip to content
Gemini CLI

VMware NSX Security for Gemini CLI

io.github.vmware-skills/vmware-nsx-security

VMware NSX security: DFW policies and exclusions, groups, tags, Traceflow, IDPS — 22 MCP tools.

client:Gemini CLI transport:stdio runtime:pypi

Install VMware NSX Security in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "vmware-nsx-security": {
      "command": "uvx",
      "args": [
        "vmware-nsx-security"
      ],
      "env": {
        "VMWARE_NSX_SECURITY_CONFIG": "<VMWARE_NSX_SECURITY_CONFIG>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

VMware NSX Security in other clients