SonarQube Agent App in GitHub

is there any guidance on achieving a similar capability for teams not using Copilot in GitHub but other agents like Claude Code and our on prem instance of Sonar DC enterprise. I am thinking a locally run MCP server that Claude code could use to verify code quality.

Hey @dbrin, yes, we have an MCP Server that you can run in a local docker container alongside Claude Code and configure it to connect to your SonarQube instance. I recommend you have a look at these docs: MCP Server | SonarQube MCP Server | Sonar Documentation

Moreover, we also have SonarQube CLI: a CLI tool which you can configure to work alongside Claude Code, and which also enables easy configuration of the MCP server, plus other features. Again, I’ll let you read the docs: SonarQube CLI | Sonar Documentation