Environment
- SonarQube Server 2026.3 (Enterprise)
- Deployment type: Docker (Compose)
Description
We just upgraded to SonarQube Server 2026.3 which comes with a MCP Server “embedded”.
It still requires us to configure sonar.mcp.serverUrl
I tried to set this to http://127.0.0.1:9000.
This results into following logging:
sonarqube-1 | 2026.05.21 15:48:00 WARN web[27653176-24de-4fc8-bf20-ae216cf7a60e][com.sonar.d._] MCP proxy failed to forward request to http://127.0.0.1:9000/mcp: timeout
Can you please give some hint regarding the correct setting for sonar.mcp.serverUrlin an IMO default docker-compose-deployment? Many thanks!