PyreCrawl for Zed
io.github.sanggonboy/pyrecrawl
Web scraping + research toolkit for AI agents: scrape, crawl, monitor URLs with anti-bot bypass.
client:Zed
transport:stdio
runtime:pypi
Install PyreCrawl in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pyrecrawl": {
"command": "uvx",
"args": [
"pyrecrawl"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs