{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.SonarSource/sonarqube-mcp-server",
    "title": "SonarQube MCP Server",
    "description": "Analyze code quality and security with SonarQube Server or Cloud directly in AI assistants.",
    "repository": {
        "url": "https://github.com/SonarSource/sonarqube-mcp-server",
        "source": "github"
    },
    "version": "1.21.0.2975",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "docker.io/sonarsource/sonarqube-mcp",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Your SonarQube USER token",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "SONARQUBE_TOKEN"
                },
                {
                    "description": "Your SonarQube Cloud organization key (if using SonarQube Cloud)",
                    "isRequired": false,
                    "format": "string",
                    "isSecret": true,
                    "name": "SONARQUBE_ORG"
                },
                {
                    "description": "Your SonarQube Server URL (if using SonarQube Server)",
                    "isRequired": false,
                    "format": "string",
                    "isSecret": true,
                    "name": "SONARQUBE_URL"
                }
            ],
            "registryBaseUrl": "https://docker.io"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-06-25T14:59:59+00:00",
            "updatedAt": "2026-06-25T15:06:48+00:00"
        },
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "publishedAt": "2026-06-25T14:59:59+00:00",
            "updatedAt": "2026-06-25T15:06:48+00:00",
            "isLatest": false
        }
    }
}