sonarqube-mcp-server
39
The SonarQube MCP Server integrates SonarQube with AI assistants through the Model Context Protocol, providing access to code quality metrics and analysis. It supports usage with both SonarQube and SonarCloud environments, offering tools for managing projects, issues, and monitoring system health.
Can I use this with both SonarQube and SonarCloud?
Yes! Set the appropriate SONARQUBE_URL and include SONARQUBE_ORGANIZATION for SonarCloud.
What permissions does my token need?
The token needs 'Execute Analysis' permission and access to the projects you want to analyze.
How do I filter issues by multiple criteria?
The 'issues' tool supports extensive filtering. You can combine multiple parameters like severity, type, status, and date ranges.
Can I analyze pull requests?
Yes! Many tools support 'branch' and 'pull_request' parameters for branch and PR analysis.