obol for Gemini CLI
io.github.halfkey/obol
Solana agent gateway via x402. Wallet, token, DeFi, and swap tools. Pay per request.
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",
"obol-mcp"
],
"env": {
"OBOL_URL": "<OBOL_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs