The reputation layer for AI skills, tools & agents

SonarSource/sonarqube-mcp-server

Score: 35.0 Rank #4187

SonarQube MCP Server

Overview

SonarSource/sonarqube-mcp-server is a Java MCP server. SonarQube MCP Server Topics: agent, ai, mcp, mcp-server, sonarqube.

Ranked #4187 out of 25632 indexed tools.

Has 16 contributors.

Actively maintained with commits in the last week.

Ecosystem

Java NOASSERTION
agentaimcpmcp-serversonarqube

Signal Breakdown

Stars 422
Freshness 2d ago
Issue Health 0%
Contributors 16
Dependents 0
Forks 68
Description Brief
License NOASSERTION

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Issue Health high impact

You have 3 open vs 0 closed issues — triaging stale issues improves health

Badge

AgentRank score for SonarSource/sonarqube-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/SonarSource--sonarqube-mcp-server)](https://agentrank-ai.com/tool/SonarSource--sonarqube-mcp-server)
<a href="https://agentrank-ai.com/tool/SonarSource--sonarqube-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/SonarSource--sonarqube-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# SonarQube MCP Server

The SonarQube MCP Server is a Model Context Protocol (MCP) server that enables seamless integration with SonarQube Server or Cloud for code quality and security.
It also supports the analysis of code snippet directly within the agent context.

## Quick setup

The simplest method is to rely on our container image hosted at [mcp/sonarqube](https://hub.docker.com/r/mcp/sonarqube). Read below if you want to build it locally.

> **Note:** While the examples below use `docker`, any OCI-compatible container runtime works (e.g., Podman, nerdctl). Simply replace `docker` with your preferred tool.

### Security Best Practices

> 🔒 **Important**: Your SonarQube token is a sensitive credential. Follow these security practices:

**When using CLI commands:**
- **Avoid hardcoding tokens** in command-line arguments - they get saved in shell history
- **Use environment variables** - set tokens in environment variables before running commands

**When using configuration files:**
Read full README on GitHub →
Are you the maintainer? Claim this listing