Skip to content
Zed

CrazySEO for Zed

io.github.d08m/crazyseo

Audit whether ChatGPT, Gemini and Perplexity recommend a site. Readiness checks need no keys.

client:Zed transport:stdio runtime:npm

Install CrazySEO 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": {
    "crazyseo": {
      "command": "npx",
      "args": [
        "-y",
        "crazyseo"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "PERPLEXITY_API_KEY": "<PERPLEXITY_API_KEY>"
      }
    }
  }
}

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

CrazySEO in other clients