Bomly for Gemini CLI
io.github.bomly-dev/bomly-cli
Give your coding agent the dependency graph it is about to change: scan, diff, explain, audit
client:Gemini CLI
transport:stdio
runtime:npm
Install Bomly in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"bomly-cli": {
"command": "npx",
"args": [
"-y",
"bomly-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs