Skip to content
Zed

ai quality gate for Zed

io.github.mustafacagri/ai-quality-gate

🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨

client:Zed transport:stdio runtime:npm

Install ai quality gate 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": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "ai-quality-gate"
      ],
      "env": {
        "PROJECT_ROOT": "<PROJECT_ROOT>",
        "SONAR_HOST_URL": "<SONAR_HOST_URL>",
        "SONAR_TOKEN": "<SONAR_TOKEN>",
        "SONAR_PROJECT_KEY": "<SONAR_PROJECT_KEY>",
        "ENABLE_I18N_RULES": "<ENABLE_I18N_RULES>"
      }
    }
  }
}

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

ai quality gate in other clients