Tillpad for Gemini CLI
com.cnrcode/tillpad
Bounded KVP, RAG search, and wipe receipts for agent jobs over remote MCP
client:Gemini CLI
transport:streamable-http
Install Tillpad in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tillpad": {
"httpUrl": "https://tillpad.cnrcode.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs