Skip to content
Gemini CLI

Crawleo MCP for Gemini CLI

io.github.crawleo/crawleo-mcp

Hosted Crawleo MCP (remote streamable HTTP endpoint).

client:Gemini CLI transport:streamable-http

Install Crawleo MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "crawleo-mcp": {
      "httpUrl": "https://api.crawleo.dev/mcp"
    }
  }
}

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

Crawleo MCP in other clients