Home › Other › ai-quality-gate

ai-quality-gate

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

TypeScript
★ 31 stars Last pushed 2026-04-01 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y ai-quality-gate@1.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "ai-quality-gate@1.0.4"
      ],
      "env": {
        "PROJECT_ROOT": "<YOUR_VALUE>",
        "SONAR_HOST_URL": "<YOUR_VALUE>",
        "SONAR_TOKEN": "<YOUR_VALUE>",
        "SONAR_PROJECT_KEY": "<YOUR_VALUE>",
        "ENABLE_I18N_RULES": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROJECT_ROOT — Absolute path to the project root for analysis (auto-detected if omitted)
  • SONAR_HOST_URL — SonarQube server base URL (e.g., http://localhost:9000)
  • SONAR_TOKEN secret — SonarQube authentication token
  • SONAR_PROJECT_KEY — SonarQube project key
  • ENABLE_I18N_RULES — Enable stricter JSX literal checks for i18n projects (true/false)

Related servers

Data from the Official MCP Registry