ITBusina Sonar MCP server

Active
⭐ Featured

The Sonar MCP server integrates with Sonar REST API by itbusina.com

Poland
Updated 8/2/2025
Key Features

What makes this MCP server special

Favorites
Quality Gates
Measures

Requirements

docker
Server Information

Status

Active

Location

Poland

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:latest

2. 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