Development|Security|DevOpsJava
sonarqube-mcp-server
The SonarQube MCP Server enables seamless integration with SonarQube Server or Cloud for code quality and security.
N/A rating (0 reviews)0 installs457 GitHub stars
SonarQubeMCPCode Quality
It supports the analysis of code snippets directly within the agent context, providing a robust solution for maintaining code quality and security standards.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"sonarqube-mcp-server-2": {
"args": [
"-y",
"@modelcontextprotocol/server-sonarqube-mcp-server-2"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.