SonarQube MCP Server
Bridges existing SonarQube investments into AI workflows. Enterprise-grade code quality data accessible via natural language.
SonarSource-official MCP server bringing code quality and security analysis into Claude workflows. Query issues, metrics, and findings.
- Check code quality scores and outstanding issue counts
- Review security findings from automated code analysis
- Track quality gate status across your project portfolio
Bridges existing SonarQube investments into AI workflows. Enterprise-grade code quality data accessible via natural language.
Teams with existing SonarQube Server or Cloud subscriptions. DevSecOps workflows.
https://github.com/SonarSource/sonarqube-mcp-server
By SonarSource
How to Get It
claude mcp add sonarqube --env SONARQUBE_TOKEN=$SONAR_TOKEN --env SONARQUBE_ORG=$SONAR_ORG -- docker run --init --pull=always -i --rm -e SONARQUBE_TOKEN -e SONARQUBE_ORG sonarsource/sonarqube-mcp
Tip: Paste this into a Claude Code conversation. Verify command matches your Claude Code version.
Once it’s connected, paste this into Claude:
Help me check code quality scores and outstanding issue counts
Trust Signals Reviewed
Data & Access
Community Pulse Growing
Discussed on Reddit
- Announcing SonarQube Server 2026.1 LTA — Reddit · 11 pts
- I made an MCP server for Sonarqube — Reddit · 8 pts
- I made an MCP server for SonarQube — Reddit · 3 pts
3 mentions across 1 sources
Reviewer notes
Reviewed review. These are observations, not a security certification.
453 stars, SonarSource-official. Docker-first deployment. Requires SonarQube subscription.
Official vendor. Docker isolation. Read-only access to SonarQube data. No file system writes.
Things to check
- Requires a running SonarQube Server or Cloud instance and a user token. Not read-only by default: it ships write tools (e.g., change issue status, review security hotspots); set SONARQUBE_READ_ONLY=true to disable write operations. Latency depends on instance performance and project size.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
453 stars, SonarSource-official. Docker-first deployment. Requires SonarQube subscription.