Skip to content

seo audit console for Zed

io.github.houtini-ai/seo-audit-console

Technical SEO in Claude: GSC + crawl + DataForSEO - audit, market sizing, content recon.

client:Zed transport:stdio runtime:npm

Install seo audit console 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": {
    "seo-audit-console": {
      "command": "npx",
      "args": [
        "-y",
        "@houtini/seo-audit-console"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
        "SAC_DATA_DIR": "<SAC_DATA_DIR>",
        "DATAFORSEO_USERNAME": "<DATAFORSEO_USERNAME>",
        "DATAFORSEO_PASSWORD": "<DATAFORSEO_PASSWORD>",
        "DATAFORSEO_CACHE_DAYS": "<DATAFORSEO_CACHE_DAYS>",
        "FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
        "SUPADATA_API_KEY": "<SUPADATA_API_KEY>",
        "MAJESTIC_API_KEY": "<MAJESTIC_API_KEY>",
        "MAJESTIC_CACHE_DAYS": "<MAJESTIC_CACHE_DAYS>"
      }
    }
  }
}

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

seo audit console in other clients