Skip to content
Gemini CLI

VMware VKS for Gemini CLI

io.github.vmware-skills/vmware-vks

vSphere with Tanzu (VKS): Namespace and TanzuKubernetesCluster lifecycle. Requires vSphere 8.x+.

client:Gemini CLI transport:stdio runtime:pypi

Install VMware VKS 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-vks": {
      "command": "uvx",
      "args": [
        "vmware-vks"
      ],
      "env": {
        "VMWARE_VKS_CONFIG": "<VMWARE_VKS_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 VKS in other clients