Skip to content
Zed

TheCrawler for Zed

io.github.manchittlab/thecrawler

Universal web scraper with LLM-ready markdown, RAG chunking, PDF/DOCX support.

client:Zed transport:stdio runtime:npm

Install TheCrawler in Zed

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

{
  "context_servers": {
    "thecrawler": {
      "command": "npx",
      "args": [
        "-y",
        "thecrawler"
      ]
    }
  }
}

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

TheCrawler in other clients