Interact with SonarQube Cloud, Server and Community build over the web API. Analyze code to identify quality and security issues.
10K+
22 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
sonarqube
to the mcpServers
section:{
"mcpServers": {
"sonarqube": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SONARQUBE_URL",
"-e",
"SONARQUBE_ORG",
"-e",
"SONARQUBE_TOKEN",
- mcp/sonarqube@sha256:efa996504a77cee7c68cf9023266b21d56ab3d3c93a4e67be64bdb169e751000
],
"env": {
"SONARQUBE_URL": "{{sonarqube.url}}",
"SONARQUBE_ORG": "{{sonarqube.org}}",
"SONARQUBE_TOKEN": "YOUR_SONARQUBE_TOKEN"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP SonarQube
version: 1.0.1
schema: v1
mcpServers:
- name: SonarQube
command: docker
args:
- run
- --rm
- -i
- -e
- SONARQUBE_URL
- -e
- SONARQUBE_ORG
- -e
- SONARQUBE_TOKEN
- mcp/sonarqube@sha256:efa996504a77cee7c68cf9023266b21d56ab3d3c93a4e67be64bdb169e751000
env:
SONARQUBE_URL: "{{sonarqube.url}}"
SONARQUBE_ORG: "{{sonarqube.org}}"
SONARQUBE_TOKEN: "YOUR_SONARQUBE_TOKEN"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
sonarqube
to the mcpServers
section:{
"mcpServers": {
"sonarqube": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SONARQUBE_URL",
"-e",
"SONARQUBE_ORG",
"-e",
"SONARQUBE_TOKEN",
- mcp/sonarqube@sha256:efa996504a77cee7c68cf9023266b21d56ab3d3c93a4e67be64bdb169e751000
],
"env": {
"SONARQUBE_URL": "{{sonarqube.url}}",
"SONARQUBE_ORG": "{{sonarqube.org}}",
"SONARQUBE_TOKEN": "YOUR_SONARQUBE_TOKEN"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for