Skip to content
Gemini CLI

pay mcp for Gemini CLI

io.github.voidly-ai/pay-mcp

USDC-backed agent payments. Transfer, escrow, x402 paywall, streams, subs. 28 tools.

client:Gemini CLI transport:stdio runtime:npm

Install pay mcp 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": {
    "pay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@voidly/pay-mcp"
      ],
      "env": {
        "VOIDLY_PAY_API_URL": "<VOIDLY_PAY_API_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

pay mcp in other clients