Configuration generator
Pasting your user token here embeds it in plain text inside your config file, which can end up in version control or be read by other processes. Consider these safer alternatives instead:
${SONARQUBE_TOKEN} or $env:SONARQUBE_TOKEN (PowerShell). Leave the field empty here and set the placeholder yourself.<YourSonarQubeUserToken> placeholder. How to get a user token
SONARQUBE_PROJECT_KEY in the container environment (stdio or HTTP(S) launch only). Single-project workflows: tools omit projectKey from their schema when this is set.
run_advanced_code_analysis and for context augmentation when using those features. Stdio only. Mounts your project at /app/mcp-workspace so tools can read the tree via filePath instead of full file content. Use an absolute host path.
Please select a target client (step 1) to build the configuration.
Do not share this generated text with others if it contains your SonarQube user token.