sonarqube-mcp-server

naikkartik-mf/sonarqube-mcp-server

3.1

If you are the rightful owner of sonarqube-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The SonarQube MCP Server provides direct access to SonarQube's code quality metrics, issues, and coverage data, enabling efficient analysis and resolution of code quality issues.

Tools

Functions exposed to the LLM to take actions

get_issues

Get all issues with optional filtering by type, severity, and status.

get_code_smells

Get all code smells for the project.

get_bugs

Get all bugs for the project.

get_vulnerabilities

Get all vulnerabilities for the project.

get_security_hotspots

Get all security hotspots for the project.

get_coverage

Get code coverage metrics including overall, line, and branch coverage.

get_metrics

Get various code quality metrics like complexity, duplications, etc.

get_project_status

Get the quality gate status for the project.

get_components

Get all components (files) in the project.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources