paycrow for Gemini CLI
io.github.michu5696/paycrow
Escrow protection for agent payments on Base — USDC held in smart contract until job completion.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:10
Install paycrow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"paycrow": {
"httpUrl": "https://paycrow-app.fly.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