โ† Back to browse

ai-quality-gate

Indexed by io.github.mustafacagri

About

๐Ÿš€ Kill the Junior AI Era. ๐Ÿค– Level up AI code to automatically Principal standards. ๐Ÿ›ก๏ธ Quality Gate โœจ

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source โ€” it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPROJECT_ROOT SONAR_HOST_URL SONAR_TOKEN SONAR_PROJECT_KEY ENABLE_I18N_RULES
Claude Code
claude mcp add --env PROJECT_ROOT= --env SONAR_HOST_URL= --env SONAR_TOKEN= --env SONAR_PROJECT_KEY= --env ENABLE_I18N_RULES= ai-quality-gate -- npx ai-quality-gate
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below โ€” Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"ai-quality-gate","command":"npx","args":["ai-quality-gate"],"env":{"PROJECT_ROOT":"","SONAR_HOST_URL":"","SONAR_TOKEN":"","SONAR_PROJECT_KEY":"","ENABLE_I18N_RULES":""}}'
JSON
{
  "mcpServers": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "ai-quality-gate"
      ],
      "env": {
        "PROJECT_ROOT": "",
        "SONAR_HOST_URL": "",
        "SONAR_TOKEN": "",
        "SONAR_PROJECT_KEY": "",
        "ENABLE_I18N_RULES": ""
      }
    }
  }
}

Environment variables are listed by name only โ€” fill in your own values. Entries never carry secrets.