VMware Pilot for Gemini CLI
io.github.vmware-skills/vmware-pilot
Multi-step workflow orchestration for VMware MCP skills with approval gates and rollback.
client:Gemini CLI
transport:stdio
runtime:pypi
Install VMware Pilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vmware-pilot": {
"command": "uvx",
"args": [
"vmware-pilot"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs