crawl readiness for Zed
io.github.grubbomatic/crawl-readiness
Audit any site for 50+ AI crawlers, generate llms.txt, robots.txt and schema, track AI mentions.
client:Zed
transport:stdio
runtime:npm
Install crawl readiness in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"crawl-readiness": {
"command": "npx",
"args": [
"-y",
"crawl-readiness-mcp"
],
"env": {
"CRAWL_READINESS_API_KEY": "<CRAWL_READINESS_API_KEY>",
"CRAWL_READINESS_API_BASE": "<CRAWL_READINESS_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs