koa fhe for Gemini CLI
io.github.euda1mon1a/koa-fhe
Confidential coprocessor — compute on encrypted data via FHE. Server never sees plaintext.
client:Gemini CLI
transport:stdio
runtime:pypi
Install koa fhe in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"koa-fhe": {
"command": "uvx",
"args": [
"koa-fhe"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs