Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

crawl readiness in other clients