Skip to content
Grok

sonarqube mcp for Grok

io.github.mshegolev/sonarqube-mcp

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

client:Grok transport:stdio runtime:pypi

Install sonarqube mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sonarqube-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sonarqube-mcp"
      ],
      "env": {
        "SONARQUBE_URL": "<SONARQUBE_URL>",
        "SONARQUBE_TOKEN": "<SONARQUBE_TOKEN>",
        "SONARQUBE_SSL_VERIFY": "<SONARQUBE_SSL_VERIFY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

sonarqube mcp in other clients