Skip to content
Gemini CLI

Citable for Gemini CLI

io.github.zaialamm/citable-mcp

SEO and AI-visibility checks agents buy per call — USDC on Solana, no API key.

client:Gemini CLI transport:stdio runtime:npm

Install Citable 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": {
    "citable-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "citable-mcp"
      ],
      "env": {
        "CITABLE_MAX_PRICE": "<CITABLE_MAX_PRICE>",
        "CITABLE_WALLET": "<CITABLE_WALLET>",
        "CITABLE_API": "<CITABLE_API>"
      }
    }
  }
}

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

Citable in other clients