VaultGuard for Gemini CLI
io.github.evozim/vaultguard
Secret scanner preventing leaks of corporate keys and credentials.
client:Gemini CLI
transport:sse
Install VaultGuard in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vaultguard": {
"url": "https://vaultguard-mcp.vercel.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs