SonarQube MCP Server
The SonarQube MCP Server is designed to integrate code quality and code security tools with your favorite MCP clients.
Overview
MCP Server in SonarQube Cloud
"sonarqube": {
"type": "http",
"url": "https://api.sonarcloud.io/mcp",
"headers": {
"Authorization": "Bearer <YourSonarQubeUserToken>",
"SONARQUBE_ORG": "<YourSonarQubeOrganization>"
//"SONARQUBE_READ_ONLY": "false" //Default value is true.
//"SONARQUBE_TOOLSETS": "<YourOptionalToolset>" //Using this optional header refines the default toolsets.
}
}Setting up a local MCP Server
Tools
Last updated
Was this helpful?

