Skip to content
Zed

robotstxt ai for Zed

io.github.sharozdawa/robotstxt-ai

Analyze and generate robots.txt with AI crawler detection for 20+ bots like GPTBot and ClaudeBot.

client:Zed transport:stdio runtime:npm

Install robotstxt ai in Zed

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

{
  "context_servers": {
    "robotstxt-ai": {
      "command": "npx",
      "args": [
        "-y",
        "robotstxt-ai-mcp"
      ]
    }
  }
}

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

robotstxt ai in other clients