aieph for Gemini CLI
dev.aieph/aieph
Shared knowledge cache for AI coding agents — reuse an answer once it exists.
client:Gemini CLI
transport:streamable-http
tools:1
Install aieph in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"aieph": {
"httpUrl": "https://aieph.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs