sonarqube-mcp
Rank #29,002io.github.mshegolev/sonarqube-mcp
SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.
sonarqube-mcp is a Model Context Protocol (MCP) server published by mshegolev. It ranks #29,002 of 115,460 servers tracked on MCP Toplist. sonarqube-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 18, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 86,458 of 115,460 servers on MCP Toplist.
Use sonarqube-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sonarqube-mcp -e "SONARQUBE_URL=<your SONARQUBE_URL>" -e "SONARQUBE_TOKEN=<your SONARQUBE_TOKEN>" -e "SONARQUBE_SSL_VERIFY=<your SONARQUBE_SSL_VERIFY>" -- uvx sonarqube-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sonarqube-mcp]
command = "uvx"
args = ["sonarqube-mcp"]
[mcp_servers.sonarqube-mcp.env]
SONARQUBE_URL = "<your SONARQUBE_URL>"
SONARQUBE_TOKEN = "<your SONARQUBE_TOKEN>"
SONARQUBE_SSL_VERIFY = "<your SONARQUBE_SSL_VERIFY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp": {
"command": "uvx",
"args": [
"sonarqube-mcp"
],
"env": {
"SONARQUBE_URL": "<your SONARQUBE_URL>",
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_SSL_VERIFY": "<your SONARQUBE_SSL_VERIFY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp": {
"command": "uvx",
"args": [
"sonarqube-mcp"
],
"env": {
"SONARQUBE_URL": "<your SONARQUBE_URL>",
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_SSL_VERIFY": "<your SONARQUBE_SSL_VERIFY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sonarqube-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sonarqube-mcp"
],
"env": {
"SONARQUBE_URL": "<your SONARQUBE_URL>",
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_SSL_VERIFY": "<your SONARQUBE_SSL_VERIFY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp": {
"command": "uvx",
"args": [
"sonarqube-mcp"
],
"env": {
"SONARQUBE_URL": "<your SONARQUBE_URL>",
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_SSL_VERIFY": "<your SONARQUBE_SSL_VERIFY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonarqube-mcp": {
"command": "uvx",
"args": [
"sonarqube-mcp"
],
"env": {
"SONARQUBE_URL": "<your SONARQUBE_URL>",
"SONARQUBE_TOKEN": "<your SONARQUBE_TOKEN>",
"SONARQUBE_SSL_VERIFY": "<your SONARQUBE_SSL_VERIFY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mshegolev%2Fsonarqube-mcp)<a href="https://mcptoplist.com/server/io.github.mshegolev%2Fsonarqube-mcp"><img src="https://mcptoplist.com/badge/io.github.mshegolev%2Fsonarqube-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mshegolev
Other servers by mshegolev
- allure-testops-mcp#4,222 · 4 vers
- jaeger-mcp#13,391 · 1 ver
- mshegolev/prometheus-mcp#16,923 · 1 ver
- gitlab-ci-mcp#22,603 · 1 ver
- mcp-jira-confluence-corp#23,140 · 2 vers
- mshegolev/kibana-mcp#23,164 · 1 ver
- harbor-registry-mcp#26,418 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 18, 2026 |
Frequently asked questions
- Who maintains sonarqube-mcp?
- sonarqube-mcp is maintained by mshegolev, which publishes 8 MCP servers (12 total versions) tracked on MCP Toplist.
- Is sonarqube-mcp listed on the Official MCP Registry?
- Yes — sonarqube-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does sonarqube-mcp have?
- MCP Toplist tracks 1 version of sonarqube-mcp, most recently published on Apr 18, 2026.
- Where can I find the source code for sonarqube-mcp?
- The source code for sonarqube-mcp is hosted at github.com/mshegolev/sonarqube-mcp.