cfgd for Gemini CLI
io.github.tj-smith47/cfgd
Declarative, GitOps-style machine configuration management
client:Gemini CLI
transport:stdio
runtime:oci
Install cfgd in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cfgd": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/tj-smith47/cfgd:0.11.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs