SonarSource/sonarqube-mcp-server-zed
3.3
If you are the rightful owner of sonarqube-mcp-server-zed and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A SonarQube MCP Server extension for Zed
SonarQube MCP Server Zed Extension
A SonarQube MCP Server extension for Zed, running inside a Docker container.
Installation
- When using SonarQube Cloud:
{
"sonarqube_token": "YOUR_SONARQUBE_TOKEN",
"sonarqube_org": "SONARQUBE_ORGANIZATION_KEY",
"docker_path": "DOCKER_PATH"
}
- When using SonarQube Server:
{
"sonarqube_token": "YOUR_SONARQUBE_USER_TOKEN",
"sonarqube_url": "YOUR_SONARQUBE_SERVER_URL",
"docker_path": "DOCKER_PATH"
}
The docker_path
is the path to a docker executable. Examples:
- Linux/macOS:
/usr/bin/docker
or/usr/local/bin/docker
- Windows:
C:\Program Files\Docker\Docker\resources\bin\docker.exe
Build
Run the following command to build the extension:
cargo build