Hive Escrow for Gemini CLI
io.github.srotzin/hive-mcp-escrow
Trust-minimized USDC escrow for autonomous agent transactions
client:Gemini CLI
transport:streamable-http
Install Hive Escrow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hive-mcp-escrow": {
"httpUrl": "https://hive-mcp-escrow.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