Back to MCP Servers
Sonarqube
A Model Context Protocol (MCP) server that integrates with SonarQube to provide AI assistants with access to code quality metrics, issues, and quality gate statuses
developer-toolsai
By sapientpants
Installation
npx -y sonarqube-mcp-serverConfiguration
{
"mcpServers": {
"sonarqube-mcp-server": {
"command": "npx",
"args": ["-y", "sonarqube-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes