BLEA for Gemini CLI
io.github.nitmi/blea
Safe BLE diagnostics, evidence workflows, and guarded automation for AI agents.
client:Gemini CLI
transport:stdio
runtime:pypi
Install BLEA in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"blea": {
"command": "uvx",
"args": [
"blea"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs