Skip to content
Zed

seocode for Zed

io.github.qobitech/seocode

Framework-aware technical SEO and AI-discoverability (GEO) audits for your codebase, in your editor.

client:Zed transport:stdio runtime:npm

Install seocode in Zed

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

{
  "context_servers": {
    "seocode": {
      "command": "npx",
      "args": [
        "-y",
        "@qobi/seocode"
      ]
    }
  }
}

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

seocode in other clients