MCP.so
Sign In
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": []
    }
  }
}

More from Developer Tools