Skip to content
Zed

Crawlberg for Zed

io.github.xberg-io/crawlberg

Scrape, crawl, and map websites to Markdown or JSON via local CLI.

client:Zed transport:stdio runtime:oci

Install Crawlberg in Zed

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

{
  "context_servers": {
    "crawlberg": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/xberg-io/crawlberg:1.7.2"
      ]
    }
  }
}

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

Crawlberg in other clients