Obol for Gemini CLI
io.github.superbigroach/obol
Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission.
client:Gemini CLI
transport:stdio
runtime:npm
Install Obol in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"obol": {
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<OBOL_AGENT_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs