SonarQube code quality — analyze code quality, track bugs, vulnerabilities, and code smells
SONARQUBE_URLSONARQUBE_TOKENnpx @getmcp/cli add sonarqubeConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sonarqube": {
"command": "npx",
"args": [
"-y",
"mcp-sonarqube"
],
"env": {
"SONARQUBE_URL": "",
"SONARQUBE_TOKEN": ""
}
}
}
}