Skip to content
Gemini CLI

crawlbit for Gemini CLI

io.github.amati032-dev/crawlbit

Four free tools to check if AI engines can find, read and recognise a site. No API key.

client:Gemini CLI transport:stdio runtime:npm

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

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

crawlbit in other clients