Sonar MCP server by itbusina
Active
⭐ Featured
The Sonar MCP server integrates with Sonar REST API by itbusina.com
Updated 8/2/2025
Key Features
What makes this MCP server special
Favorites
 Quality Gates
 Measures
Requirements
docker
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://itbusina.com
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
docker pull itbusina/sonar-mcp:latest2. Configuration
{
  "mcpServers": {
    "sonar": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "SONAR_HOST",
        "-e",
        "SONAR_TOKEN",
        "itbusina/sonar-mcp:latest"
      ],
      "env": {
        "SONAR_HOST": "https://server.com/",
        "SONAR_TOKEN": "dsads.."
      }
    }
  }
}3. Usage Example
Give my favority sonar projects