envibe for Gemini CLI
io.github.dominic-righthere/envibe
Secure permission layer between AI agents and your .env files
client:Gemini CLI
transport:stdio
runtime:npm
Install envibe in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"envibe": {
"command": "npx",
"args": [
"-y",
"envibe-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs