omen for Gemini CLI
io.github.panbanda/omen
Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction
client:Gemini CLI
transport:stdio
runtime:oci
Install omen in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"omen": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/panbanda/omen:3.0.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs