Servers
A
Ai Quality Gate
@mustafacagri
π Kill the Junior AI Era. π€ Level up your AI code to Principal standards. No more sloppy lines or junior mistakes. Automated ESLint β¨ TypeScript π§ Prettier π¨ SonarQube π‘οΈ Security π Complexity π in seconds. High-stakes quality, forced to ship only the best. β‘π Goodbye, ba
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ai-quality-gate": {
"command": "npx",
"args": [
"-y",
"ai-quality-gate"
]
},
"ai-quality-gate-custom-root": {
"command": "npx",
"args": [
"-y",
"ai-quality-gate"
],
"env": {
"PROJECT_ROOT": "/path/to/your/project"
}
},
"ai-quality-gate-sonar": {
"command": "npx",
"args": [
"-y",
"ai-quality-gate"
],
"env": {
"PROJECT_ROOT": "/path/to/your/project",
"SONAR_HOST_URL": "http://localhost:9000",
"SONAR_TOKEN": "your_sonar_token",
"SONAR_PROJECT_KEY": "your_project_key"
}
},
"ai-quality-gate-global": {
"command": "ai-quality-gate",
"args": []
}
}
}