Loading MCP server directory, please wait...
SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.
npx @getmcp/cli add io.github.mshegolev/sonarqube-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SONARQUBE_URLSonarQube URL (e.g. https://sonar.example.com or https://sonarcloud.io)
SONARQUBE_TOKENSonarQube authentication token (Bearer). Generate in: My Account → Security → Tokens.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mshegolev/sonarqube-mcp": {
"command": "uvx",
"args": [
"sonarqube-mcp"
],
"env": {
"SONARQUBE_URL": "",
"SONARQUBE_TOKEN": "",
"SONARQUBE_SSL_VERIFY": "true"
}
}
}
}