Skip to content
Gemini CLI

VMware Storage for Gemini CLI

io.github.vmware-skills/vmware-storage

VMware vSphere storage with 14 MCP tools: datastores, iSCSI, vSAN, FC multipath.

client:Gemini CLI transport:stdio runtime:pypi

Install VMware Storage 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-storage": {
      "command": "uvx",
      "args": [
        "vmware-storage"
      ],
      "env": {
        "VMWARE_STORAGE_CONFIG": "<VMWARE_STORAGE_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 Storage in other clients