Skip to content
Zed

techtenstein seo for Zed

io.github.sathvic-kollu/techtenstein-seo

On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.

client:Zed transport:stdio runtime:pypi

Install techtenstein seo 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": {
    "techtenstein-seo": {
      "command": "uvx",
      "args": [
        "techtenstein-seo-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<TECHTENSTEIN_API_KEY>"
      }
    }
  }
}

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

techtenstein seo in other clients