Skip to content
Zed

CRW Web Scraper for Zed

io.github.us/crw

Open-source web scraper for AI agents with scrape, crawl, and map tools

client:Zed transport:stdio runtime:oci

Install CRW Web Scraper in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "crw": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/us/crw:latest"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

CRW Web Scraper in other clients