Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

obol in other clients