Troubleshooting
What to do when you have problems engaging with the SonarQube MCP Server.
Common issues
"Feature is not working" or "Missing tools/functionality"
docker pull sonarsource/sonarqube-mcp:latestdocker run --init --pull=always -i --rm -e SONARQUBE_TOKEN -e SONARQUBE_ORG sonarsource/sonarqube-mcp"I want to pin to a specific version"
docker pull sonarsource/sonarqube-mcp:1.21.0.2975
docker run --init -i --rm \
-e SONARQUBE_TOKEN -e SONARQUBE_ORG \
sonarsource/sonarqube-mcp:1.21.0.2975Last updated
Was this helpful?

