{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
    "name": "io.github.SonarSource/sonarqube-mcp-server",
    "description": "An MCP server that enables integration with SonarQube Server or Cloud for code quality and security.",
    "repository": {
        "url": "https://github.com/SonarSource/sonarqube-mcp-server",
        "source": "github"
    },
    "version": "0.0.8",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "docker.io/mcp/sonarqube:sha256",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Your SonarQube Server USER token",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "SONARQUBE_TOKEN"
                },
                {
                    "description": "Your SonarQube Cloud organization key (if using SonarQube Cloud)",
                    "format": "string",
                    "isSecret": true,
                    "name": "SONARQUBE_ORG"
                },
                {
                    "description": "Your SonarQube Server URL (if using SonarQube Server)",
                    "format": "string",
                    "isSecret": true,
                    "name": "SONARQUBE_URL"
                }
            ],
            "version": "d9dc2f44f4f624bdc5fb5817abc74f6244dd40b2d03036380cd6253eff374ae5",
            "registryBaseUrl": "https://docker.io"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2025-09-19T20:14:16.852443Z",
            "publishedAt": "2025-09-19T20:14:16.852443Z",
            "updatedAt": "2025-09-19T20:14:16.852443Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2025-09-19T20:14:16+00:00",
            "updatedAt": "2025-09-19T20:14:16+00:00"
        }
    }
}