Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"sonarqube": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--pull=always",
"-e",
"SONARQUBE_URL",
"-e",
"SONARQUBE_TOKEN",
"-e",
"SONARQUBE_ORG",
"-e",
"SONARQUBE_PROJECT_KEY",
"-e",
"SONARQUBE_TOOLSETS",
"-e",
"SONARQUBE_ADVANCED_ANALYSIS_ENABLED",
"-v",
"${PWD}:/app/mcp-workspace:rw",
"mcp/sonarqube"
],
"env": {
"SONARQUBE_ORG": "xwiki",
"SONARQUBE_URL": "https://sonarcloud.io",
"SONARQUBE_TOKEN": "${SONARQUBE_TOKEN}",
"SONARQUBE_TOOLSETS": "cag,projects,analysis,issues",
"SONARQUBE_PROJECT_KEY": "${SONARQUBE_PROJECT_KEY}",
"SONARQUBE_ADVANCED_ANALYSIS_ENABLED": "true"
}
}
}
}Replace placeholder values for: SONARQUBE_TOKEN, SONARQUBE_PROJECT_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Environment variables set when the server starts
SONARQUBE_ORG=xwikiSONARQUBE_URL=https://sonarcloud.ioSONARQUBE_TOKEN=${SONARQUBE_TOKEN}SONARQUBE_TOOLSETS=cag,projects,analysis,issuesSONARQUBE_PROJECT_KEY=${SONARQUBE_PROJECT_KEY}SONARQUBE_ADVANCED_ANALYSIS_ENABLED=trueSensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub xwiki/xwiki-dev-llm --plugin xwiki