Skip to content
Gemini CLI

VMware AIops for Gemini CLI

io.github.vmware-skills/vmware-aiops

AI-powered VMware vCenter/ESXi VM lifecycle and deployment with 60 MCP tools.

client:Gemini CLI transport:stdio runtime:pypi

Install VMware AIops 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-aiops": {
      "command": "uvx",
      "args": [
        "vmware-aiops"
      ],
      "env": {
        "VMWARE_AIOPS_CONFIG": "<VMWARE_AIOPS_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 AIops in other clients