Skip to content
Gemini CLI

Ra Pay for Gemini CLI

ai.rapay/mcp-server

Send fiat payments via MCP with two-step confirmation and Stripe Connect.

client:Gemini CLI transport:stdio runtime:npm

Install Ra Pay in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@rapay/mcp-server"
      ]
    }
  }
}

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

Ra Pay in other clients