run.pay for Gemini CLI
io.github.palabrex/runpay
Stripe-native marketplace where AI agents discover and pay per call for API services.
client:Gemini CLI
transport:streamable-http
tools:2
Install run.pay in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"runpay": {
"httpUrl": "https://runpay-backend-visibility-production.up.railway.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs