MCP Server
MCP
io.github.mshegolev/sonarqube-mcp
SonarQube MCP — projects, metrics, quality gate, issues, worst-metric ranking.
Install
uvx sonarqube-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "sonarqube-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SonarQube URL (e.g. https://sonar.example.com or https://sonarcloud.io)",
"isRequired": true,
"format": "string",
"name": "SONARQUBE_URL"
},
{
"description": "SonarQube authentication token (Bearer). Generate in: My Account → Security → Tokens.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SONARQUBE_TOKEN"
},
{
"description": "Verify SSL certificates (true/false). Set to 'false' for self-signed certs.",
"format": "string",
"default": "true",
"name": "SONARQUBE_SSL_VERIFY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment