Skip to content
Gemini CLI

l402 search mcp for Gemini CLI

io.github.llmops-pro/l402-search-mcp

No-KYC web search for AI agents, paid per query in Lightning sats (L402). Holds no keys.

client:Gemini CLI transport:stdio runtime:npm

Install l402 search 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": {
    "l402-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "l402-search-mcp"
      ],
      "env": {
        "SEARCH_SERVICE_URL": "<SEARCH_SERVICE_URL>"
      }
    }
  }
}

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

l402 search mcp in other clients