Skip to content

Website Auditor for Zed

io.github.spikeycoder/website-auditor-mcp

AI visibility + site audits: see if ChatGPT, Perplexity, Claude & Gemini recommend a website.

client:Zed transport:stdio runtime:npm

Install Website Auditor 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": {
    "website-auditor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "website-auditor-mcp"
      ],
      "env": {
        "WA_API_KEY": "<WA_API_KEY>",
        "WA_API_BASE_URL": "<WA_API_BASE_URL>"
      }
    }
  }
}

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

Website Auditor in other clients