Skip to content
Gemini CLI

liveauth mcp for Gemini CLI

io.github.dulzuradev/liveauth-mcp

MCP server for LiveAuth: PoW + Lightning auth, L402 bundles, and paid MCP tool receipts.

client:Gemini CLI transport:stdio runtime:npm

Install liveauth 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": {
    "liveauth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@liveauth-labs/mcp-server"
      ],
      "env": {
        "LIVEAUTH_API_KEY": "<LIVEAUTH_API_KEY>",
        "LIVEAUTH_API_BASE": "<LIVEAUTH_API_BASE>",
        "LIVEAUTH_DEMO": "<LIVEAUTH_DEMO>"
      }
    }
  }
}

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

liveauth mcp in other clients