← Back to Plugins
MCP Server MCP

io.github.mshegolev/sonarqube-mcp

github By github 👁 1 views ▲ 0 votes

SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.

Homepage Verified source GitHub

Install

uvx sonarqube-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "sonarqube-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "SonarQube URL (e.g. https://sonar.example.com or https://sonarcloud.io)",
          "isRequired": true,
          "format": "string",
          "name": "SONARQUBE_URL"
        },
        {
          "description": "SonarQube authentication token (Bearer). Generate in: My Account → Security → Tokens.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SONARQUBE_TOKEN"
        },
        {
          "description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
          "format": "string",
          "default": "true",
          "name": "SONARQUBE_SSL_VERIFY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...