langtind/community-sonarcloud-mcp-server
If you are the rightful owner of community-sonarcloud-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 dayong@mcphub.com.
The SonarCloud MCP Server is a TypeScript-based server that facilitates AI tools' access to SonarCloud data, providing a lightweight alternative to Docker-based solutions.
Tools
Functions exposed to the LLM to take actions
list_projects
List all projects in your organization.
search_issues
Search and filter issues by project, severity, type, status.
get_pull_requests
List pull requests for a specific project.
change_issue_status
Mark issues as confirmed, false positive, won't fix, or reopen.
get_measures
Get detailed metrics (coverage, bugs, vulnerabilities, code smells, technical debt).
search_metrics
Discover available metrics and their descriptions.
get_quality_gate_status
Check if projects pass quality gates.
list_quality_gates
List all available quality gate configurations.
show_rule
Get detailed information about specific coding rules.
list_rule_repositories
Browse rule repositories by language.
list_languages
See all supported programming languages.
get_raw_source
Retrieve raw source code for any file in your projects.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client