ChangePacket for Gemini CLI
io.github.misfitmediahouse/changepacket
Web and MCP change memory with native diff UI; later calls return only what changed.
client:Gemini CLI
transport:streamable-http
tools:3
Install ChangePacket in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"changepacket": {
"httpUrl": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/changepacket-mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs