A SonarQube MCP Server extension for Zed, running inside a Docker container.
- 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/dockeror/usr/local/bin/docker - Windows:
C:\Program Files\Docker\Docker\resources\bin\docker.exe
Run the following command to build the extension:
cargo build