Loading...

Sonarqube MCP server allows interaction with Sonarqube instances for code quality analysis, project management, and rule customization, but this version is unmaintained.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Sonarqube MCP server allows interaction with Sonarqube instances for code quality analysis, project management, and rule customization, but this version is unmaintained.
The Sonarqube MCP server can be safe for read-only operations with proper RBAC. However, write operations, especially with an unmaintained version, pose a moderate risk due to potential configuration changes and security vulnerabilities. Exercise caution and consider migrating to the official version.
Performance depends on the size of the Sonarqube instance and the complexity of the queries. Large projects or complex rules may impact response times.
Cost is primarily associated with the Sonarqube license and the resources required to run the Sonarqube instance. API usage is generally free but may be subject to rate limits.
{
"mcpServers": {
"sonarqube": {
"command": "npx",
"args": ["-y", "sonarqube-mcp-server@latest"],
"env": {
"SONARQUBE_URL": "https://sonarcloud.io",
"SONARQUBE_TOKEN": "your-token-here",
"SONARQUBE_ORGANIZATION": "your-org (for SonarCloud)"
}
}
}
}SONARQUBE_URLSONARQUBE_TOKENSONARQUBE_ORGANIZATIONTRANSPORTLOG_FILELOG_LEVELNODE_ENVNODE_OPTIONSget_project_statusRetrieves the current status and quality gate results for a specified project.
Read-only operation, no modification of data.
update_quality_profileModifies an existing quality profile by adding or removing rules.
Changes the configuration of code analysis rules.
create_projectCreates a new project within the Sonarqube instance.
Creates new entities within the system.
delete_projectDeletes a project and its associated data from Sonarqube.
Destructive operation that permanently removes data.
API Key
project administrationquality profile managementuser managementissue managementThe Sonarqube MCP server can be safe for read-only operations with proper RBAC. However, write operations, especially with an unmaintained version, pose a moderate risk due to potential configuration changes and security vulnerabilities. Exercise caution and consider migrating to the official version.
Autonomy depends on the configured permissions and the specific tool being used. Destructive tools are available, so caution is advised.
Production Tip
Monitor API usage and error rates to ensure stable operation and prevent unexpected issues.
No, this project is no longer maintained. Refer to the official version.
The server may contain unfixed vulnerabilities, increasing the risk of security breaches.
You can authenticate using an API key generated within your Sonarqube account.
Yes, but exercise extreme caution as this is a destructive operation.
No, dry-run mode is not supported.
Grant only the necessary permissions to minimize the potential impact of a compromised key.
The official version is located at [sonarqube-mcp-server](https://github.com/SonarSource/sonarqube-mcp-server).