ai-quality-gate

combjellycrumhorn70/ai-quality-gate
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
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 →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "combjellycrumhorn70/ai-quality-gate"
      ]
    }
  }
}

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)

DesktopDocuments

Topics

aiai-agentsai-code-qualityai-codingai-developmentai-toolsai-workflowaicodingclaude-codecode-qualitycode-smellcodexcoding-assistantdevtoolsmcp-server