crawlbit for Zed
io.github.amati032-dev/crawlbit
Four free tools to check if AI engines can find, read and recognise a site. No API key.
client:Zed
transport:stdio
runtime:npm
Install crawlbit in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crawlbit": {
"command": "npx",
"args": [
"-y",
"crawlbit-mcp"
],
"env": {
"CRAWLBIT_BASE_URL": "<CRAWLBIT_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs