Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
SonarQube MCP Server logo
MCP server

SonarQube MCP Server

Brings SonarQube issues, quality gates and coverage to an agent

0
SaveVisit website ↗

Add it to your client

Official
Install
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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?