★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated 1mo ago
Automate AI code quality fixes with an MCP server that runs ESLint, Prettier, and SonarQube checks and reports issues back to AI
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-quality-gate": {
"command": "npx",
"args": [
"-y",
"combjellycrumhorn70/ai-quality-gate"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-quality-gate npx -y combjellycrumhorn70/ai-quality-gate
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-quality-gate": {
"command": "npx",
"args": [
"-y",
"combjellycrumhorn70/ai-quality-gate"
]
}
}
}
📋 Copy
README Excerpt
ai-quality-gate checks your code for common problems before you ship it. It helps you catch: - code style issues - type errors - formatting problems - security risks - complex code paths - quality issues that make code hard to maintain It runs a fast review so you can spot issues before they spread through your project.
Tools (2)
Desktop Documents
Topics
ai ai-agents ai-code-quality ai-coding ai-development ai-tools ai-workflow aicoding claude-code code-quality code-smell codex coding-assistant devtools mcp-server