ZeroKnowledge-Vault for Gemini CLI
io.github.evozim/zeroknowledge-vault
Zero-knowledge proof validator and cryptographic locker.
client:Gemini CLI
transport:sse
Install ZeroKnowledge-Vault in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"zeroknowledge-vault": {
"url": "https://zeroknowledge-vault-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