Skip to content
Gemini CLI

nory x402 for Gemini CLI

io.github.thememebanker/nory-x402

Give any AI agent instant payment capabilities via x402 protocol on Solana

client:Gemini CLI transport:stdio runtime:npm

Install nory x402 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": {
    "nory-x402": {
      "command": "npx",
      "args": [
        "-y",
        "nory-mcp-server"
      ],
      "env": {
        "NORY_WALLET_KEY": "<NORY_WALLET_KEY>",
        "NORY_API_URL": "<NORY_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

nory x402 in other clients