Hive Agent Storage for Gemini CLI
io.github.srotzin/hive-mcp-agent-storage
Encrypted A2A object storage for autonomous agent state and artifacts
client:Gemini CLI
transport:streamable-http
Install Hive Agent Storage in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hive-mcp-agent-storage": {
"httpUrl": "https://hive-mcp-agent-storage.onrender.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