Code quality and security analysis
Analyze code quality, detect bugs, and identify security vulnerabilities. Integrate SonarQube into your development workflow.
{
"mcpServers": {
"sonarqube": {
"env": {
"SONAR_TOKEN": "your_sonar_token",
"SONAR_HOST_URL": "http://localhost:9000"
},
"args": [
"-y",
"@sonarqube/mcp-server"
],
"command": "npx"
}
}
}SONAR_TOKENyour_sonar_tokenSONAR_HOST_URLhttp://localhost:9000