Skip to content
Gemini CLI

nwc mcp for Gemini CLI

io.github.llmops-pro/nwc-mcp

Lightning wallet for AI agents via Nostr Wallet Connect (NIP-47): budget caps, confirm, audit log.

client:Gemini CLI transport:stdio runtime:npm

Install nwc 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": {
    "nwc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nwc-mcp"
      ],
      "env": {
        "NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
        "NWC_DAILY_BUDGET_SATS": "<NWC_DAILY_BUDGET_SATS>",
        "NWC_READ_ONLY": "<NWC_READ_ONLY>"
      }
    }
  }
}

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

nwc mcp in other clients