Quantum-Shield for Gemini CLI
io.github.evozim/quantum-shield
Post-quantum cryptographic library protecting data packets.
client:Gemini CLI
transport:sse
Install Quantum-Shield in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"quantum-shield": {
"url": "https://quantum-shield-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