MCP Server
sonarqube-mcp-server
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
102
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "sonarqube",
3 "command": "npx",
4 "args": [
5 "-y",
6 "sonarqube-mcp-server@latest"
7 ],
8 "env": {
9 "SONARQUBE_URL": "https://sonarcloud.io",
10 "SONARQUBE_TOKEN": "your-token-here",
11 "SONARQUBE_ORGANIZATION": "your-org (for SonarCloud)"
12 }
13}
JSON13 lines
README Documentation
This project is no longer maintained. Please refer to the official version at sonarqube-mcp-server.
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source