MCP server
SonarQube MCP Server
Brings SonarQube issues, quality gates and coverage to an agent
Add it to your client
OfficialInstall
docker run --init -i --rm -e SONARQUBE_TOKEN -e SONARQUBE_ORG sonarsource/sonarqube-mcp
mcpServers
{
"mcpServers": {
"sonarqube-mcp": {
"command": "docker",
"args": [
"run",
"--init",
"-i",
"--rm",
"-e",
"SONARQUBE_TOKEN",
"-e",
"SONARQUBE_ORG",
"sonarsource/sonarqube-mcp"
]
}
}
}- Transport
- both
- Runtime
- Docker / Java 21+
- Auth
- Required
- License
- SSALv1
Connects a SonarQube Cloud or Server instance so an assistant can analyse a snippet or a set of files, list open issues and security hotspots, check quality gate status, and look at coverage and dependency risk. Tools are grouped into toolsets so a client can enable only the parts it needs. Runs as a Docker image or a Java 21 jar, authenticated with a SonarQube token. Note the license is source-available, not open source.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Developer ToolsCloud Platforms & Infrastructure
Meilisearch MCP
MCP serverOperates a Meilisearch instance, not just its search endpoint.
DatabasesSearch Engines & Web
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Comments(0)
Sign in to comment