Skip to content
Zed

ai seo for Zed

io.github.automatelab-tech/ai-seo

MCP server for AI-SEO auditing: schema, robots.txt, llms.txt, citation scoring, and AEO/GEO rewrites

client:Zed transport:stdio runtime:npm

Install ai seo in Zed

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

{
  "context_servers": {
    "ai-seo": {
      "command": "npx",
      "args": [
        "-y",
        "@automatelab/ai-seo-mcp"
      ]
    }
  }
}

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

ai seo in other clients