SonarQube
OfficialInteract with SonarQube and analyze your code
Provider:SonarSource
Category:Development
Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"sonarqube": {
"command": "npx",
"args": [
"-y",
"sonarqube-mcp"
],
"env": {
"SONAR_HOST_URL": "<your-sonarqube-url>",
"SONAR_TOKEN": "<your-sonarqube-token>"
}
}
}
}