kubeleash for Gemini CLI
io.github.kubeleash/kubeleash
Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.
client:Gemini CLI
transport:stdio
runtime:oci
Install kubeleash in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"kubeleash": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/kubeleash/kubeleash:0.3.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs