{ "$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.23.0", "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" } ] } ] }