CRW Web Scraper for Gemini CLI
io.github.us/crw
Open-source web scraper for AI agents with scrape, crawl, and map tools
client:Gemini CLI
transport:stdio
runtime:oci
Install CRW Web Scraper in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"crw": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/us/crw:latest"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs