ai-quality-gate
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 vars
PROJECT_ROOT SONAR_HOST_URL SONAR_TOKEN SONAR_PROJECT_KEY ENABLE_I18N_RULESClaude 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
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.