Sonar MCP Server
Rank #30,461io.github.igorolv/sonar-mcp-server
Read-only SonarQube Community Build access for AI agents: issues, hotspots, rules, code snippets
Sonar MCP Server is a Model Context Protocol (MCP) server published by igorolv. It ranks #30,461 of 132,113 servers tracked on MCP Toplist. Sonar MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 17, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 101,652 of 132,113 servers on MCP Toplist.
Use Sonar MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sonar-mcp-server -e "SONAR_URL=<your SONAR_URL>" -e "SONAR_TOKEN=<your SONAR_TOKEN>" -e "SONAR_DEFAULT_PROJECT_KEY=<your SONAR_DEFAULT_PROJECT_KEY>" -- docker run -i --rm ghcr.io/igorolv/sonar-mcp-server:0.1.0Replace each placeholder with your own value before saving.
[mcp_servers.sonar-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/igorolv/sonar-mcp-server:0.1.0"]
[mcp_servers.sonar-mcp-server.env]
SONAR_URL = "<your SONAR_URL>"
SONAR_TOKEN = "<your SONAR_TOKEN>"
SONAR_DEFAULT_PROJECT_KEY = "<your SONAR_DEFAULT_PROJECT_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonar-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/sonar-mcp-server:0.1.0"
],
"env": {
"SONAR_URL": "<your SONAR_URL>",
"SONAR_TOKEN": "<your SONAR_TOKEN>",
"SONAR_DEFAULT_PROJECT_KEY": "<your SONAR_DEFAULT_PROJECT_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonar-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/sonar-mcp-server:0.1.0"
],
"env": {
"SONAR_URL": "<your SONAR_URL>",
"SONAR_TOKEN": "<your SONAR_TOKEN>",
"SONAR_DEFAULT_PROJECT_KEY": "<your SONAR_DEFAULT_PROJECT_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sonar-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/sonar-mcp-server:0.1.0"
],
"env": {
"SONAR_URL": "<your SONAR_URL>",
"SONAR_TOKEN": "<your SONAR_TOKEN>",
"SONAR_DEFAULT_PROJECT_KEY": "<your SONAR_DEFAULT_PROJECT_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonar-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/sonar-mcp-server:0.1.0"
],
"env": {
"SONAR_URL": "<your SONAR_URL>",
"SONAR_TOKEN": "<your SONAR_TOKEN>",
"SONAR_DEFAULT_PROJECT_KEY": "<your SONAR_DEFAULT_PROJECT_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sonar-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/igorolv/sonar-mcp-server:0.1.0"
],
"env": {
"SONAR_URL": "<your SONAR_URL>",
"SONAR_TOKEN": "<your SONAR_TOKEN>",
"SONAR_DEFAULT_PROJECT_KEY": "<your SONAR_DEFAULT_PROJECT_KEY>"
}
}
}
}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.igorolv%2Fsonar-mcp-server)<a href="https://mcptoplist.com/server/io.github.igorolv%2Fsonar-mcp-server"><img src="https://mcptoplist.com/badge/io.github.igorolv%2Fsonar-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
igorolv
Other servers by igorolv
View all igorolv servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 17, 2026 |
Frequently asked questions
- Who maintains Sonar MCP Server?
- Sonar MCP Server is maintained by igorolv, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Sonar MCP Server listed on the Official MCP Registry?
- Yes — Sonar MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Sonar MCP Server have?
- MCP Toplist tracks 1 version of Sonar MCP Server, most recently published on Sep 17, 2026.
- Where can I find the source code for Sonar MCP Server?
- The source code for Sonar MCP Server is hosted at github.com/igorolv/sonar-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.