AI Quality Gate MCP Server

MCP Server for AI code quality automation. AI writes code โ†’ calls quality_fix โ†’ Server fixes what it can โ†’ Reports remaining issues to AI. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-01 ยท โ˜… 32 ยท #104 OF 139 MAINTAINED DEVELOPER TOOLS ยท VERIFIED 2026-08-25

MIT ยท TypeScript servers ยท how we verify โ†’ /methodology

01 ยท Install AI Quality Gate

before you install - you'll need

Set SONAR_HOST_URL, SONAR_TOKEN, SONAR_PROJECT_KEY, ENABLE_I18N_RULES before connecting.

Claude Code

claude mcp add mustafacagri-ai-quality-gate -- npx -y ai-quality-gate

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop ยท mcpServers

Cursor ยท mcpServers

VS Code ยท servers

Windsurf ยท mcpServers

Zed ยท context_servers

Cline ยท mcpServers

Roo Code ยท mcpServers

Continue ยท mcpServers

LibreChat ยท mcpServers

Gemini CLI ยท mcpServers

Codex CLI ยท mcp_servers

Full setup guides: every client.

02 ยท Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package ai-quality-gate - unscoped; check the name against the project README before installing

registry namespace io.github.mustafacagri is GitHub-verified and matches the repo owner

03 ยท What AI Quality Gate can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.6 ยท 2026-04-01

1.0.6 (2026-04-01) ยท improve relative path resolution with workspace fallback

v1.0.5 ยท 2026-04-01

1.0.5 (2026-04-01) ยท improve relative path resolution with workspace fallback

v1.0.4 ยท 2026-03-28

1.0.4 (2026-03-28) ยท missing MCP registry config and credential exclusion

04 ยท Who maintains AI Quality Gate

ai-quality-gate is maintained by mustafacagri. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 ยท Facts

category
developer tools - ranked #104 of 139 actively-maintained developer tools servers as of 2026-08-25.
registry
io.github.mustafacagri/ai-quality-gate (active, first published 2026-03-28)
packages
npm:ai-quality-gate

06 ยท AI Quality Gate FAQ

What is AI Quality Gate?

MCP Server for AI code quality automation. AI writes code โ†’ calls quality_fix โ†’ Server fixes what it can โ†’ Reports remaining issues to AI. It runs locally over stdio via the published package.

Is AI Quality Gate still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-01. We re-verify nightly.

How do I install AI Quality Gate?

Run `npx -y ai-quality-gate`. The README documents 4 environment variables (SONAR_HOST_URL, SONAR_TOKEN, SONAR_PROJECT_KEYโ€ฆ) to set first. Set SONAR_HOST_URL, SONAR_TOKEN, SONAR_PROJECT_KEY, ENABLE_I18N_RULES before connecting. You can also paste the ready-made client config above.

Does AI Quality Gate run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 ยท Alternatives to AI Quality Gate

More developer tools MCP servers ยท Better Code Review Graph ยท Rebar ยท Rubber Duck ยท Korg Ledger ยท No Human

More TypeScript MCP servers ยท Muxinc MCP Server ยท Probe Kit ยท Mythos Agent ยท Athena Protocol ยท Mercury Spec Ops ยท see all