PluginBench
MCP Server

io.github.mustafacagri/ai-quality-gate MCP Server

io.github.mustafacagri/ai-quality-gate

What is the io.github.mustafacagri/ai-quality-gate MCP server?

🚀 Kill the Junior AI Era. 🤖 Level up AI code to automatically Principal standards. 🛡️ Quality Gate ✨

How to install io.github.mustafacagri/ai-quality-gate

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PROJECT_ROOT

    Absolute path to the project root for analysis (auto-detected if omitted)

  • SONAR_HOST_URL

    SonarQube server base URL (e.g., http://localhost:9000)

  • SONAR_TOKEN
    secret

    SonarQube authentication token

  • SONAR_PROJECT_KEY

    SonarQube project key

  • ENABLE_I18N_RULES

    Enable stricter JSX literal checks for i18n projects (true/false)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "ai-quality-gate"
      ],
      "env": {
        "PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
        "SONAR_HOST_URL": "<YOUR_SONAR_HOST_URL>",
        "SONAR_TOKEN": "<YOUR_SONAR_TOKEN>",
        "SONAR_PROJECT_KEY": "<YOUR_SONAR_PROJECT_KEY>",
        "ENABLE_I18N_RULES": "<YOUR_ENABLE_I18N_RULES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "ai-quality-gate"
      ],
      "env": {
        "PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
        "SONAR_HOST_URL": "<YOUR_SONAR_HOST_URL>",
        "SONAR_TOKEN": "<YOUR_SONAR_TOKEN>",
        "SONAR_PROJECT_KEY": "<YOUR_SONAR_PROJECT_KEY>",
        "ENABLE_I18N_RULES": "<YOUR_ENABLE_I18N_RULES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ai-quality-gate": {
      "command": "npx",
      "args": [
        "-y",
        "ai-quality-gate"
      ],
      "env": {
        "PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
        "SONAR_HOST_URL": "<YOUR_SONAR_HOST_URL>",
        "SONAR_TOKEN": "<YOUR_SONAR_TOKEN>",
        "SONAR_PROJECT_KEY": "<YOUR_SONAR_PROJECT_KEY>",
        "ENABLE_I18N_RULES": "<YOUR_ENABLE_I18N_RULES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ai-quality-gate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-quality-gate"
      ],
      "env": {
        "PROJECT_ROOT": "<YOUR_PROJECT_ROOT>",
        "SONAR_HOST_URL": "<YOUR_SONAR_HOST_URL>",
        "SONAR_TOKEN": "<YOUR_SONAR_TOKEN>",
        "SONAR_PROJECT_KEY": "<YOUR_SONAR_PROJECT_KEY>",
        "ENABLE_I18N_RULES": "<YOUR_ENABLE_I18N_RULES>"
      }
    }
  }
}
Claude Code
claude mcp add ai-quality-gate --env PROJECT_ROOT=<YOUR_PROJECT_ROOT> --env SONAR_HOST_URL=<YOUR_SONAR_HOST_URL> --env SONAR_TOKEN=<YOUR_SONAR_TOKEN> --env SONAR_PROJECT_KEY=<YOUR_SONAR_PROJECT_KEY> --env ENABLE_I18N_RULES=<YOUR_ENABLE_I18N_RULES> -- npx -y ai-quality-gate

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →