S
SonarQube
Official
⚙️ Developer Tools
Bring code-quality and security analysis into your AI — query issues, hotspots, coverage and quality gates from SonarQube / SonarCloud.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"sonarqube": {
"command": "docker",
"args": [
"run",
"--init",
"--pull=always",
"-i",
"--rm",
"-e",
"SONARQUBE_TOKEN",
"-e",
"SONARQUBE_URL",
"sonarsource/sonarqube-mcp"
],
"env": {
"SONARQUBE_TOKEN": "your-sonarqube-token-here",
"SONARQUBE_URL": "https://sonarqube.example.com"
}
}
}
}