Connects Claude to any SonarQube 9.x/10.x instance or SonarCloud over the Web API to surface code quality data during triage. Five read-only tools: list projects, pull metrics (coverage, bugs, code smells, ratings), check Quality Gate status, search issues by severity and type, and rank projects by worst metric value across your entire organization. That last one is the standout. Instead of checking repositories one at a time, you can ask for the ten services with the lowest test coverage or the most critical vulnerabilities in a single call. Built on FastMCP with Pydantic validation on every input. Useful when you're prioritizing technical debt or preparing sprint planning and want an LLM to query your SonarQube instance directly.
claude mcp add --transport stdio mshegolev-sonarqube-mcp -- uvx sonarqube-mcp