🔒
Sonarqube MCP Server Zed
A SonarQube MCP Server extension for Zed
0 installs
Trust: 34 — Low
Security
Ask AI about Sonarqube MCP Server Zed
Powered by Claude · Grounded in docs
I know everything about Sonarqube MCP Server Zed. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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"
}
If using SonarQube Cloud US, add:
"sonarqube_url": "https://sonarqube.us"
- 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
Build
Run the following command to build the extension:
cargo build
