Back to Home
SonarSource icon

sonarqube-mcp-server-zed

Verified Safe

by SonarSource

Overview

Integrates SonarQube (Cloud or Server) with the Zed editor, launching a Docker container to provide code quality and security analysis capabilities.

Installation

Run Command
<docker_path> run -i --rm -e SONARQUBE_TOKEN -e SONARQUBE_URL -e SONARQUBE_ORG mcp/sonarqube

Environment Variables

  • SONARQUBE_TOKEN
  • SONARQUBE_URL
  • SONARQUBE_ORG

Security Notes

The Rust source code itself appears well-structured and does not contain any obvious malicious patterns, direct 'eval' calls, or hardcoded secrets. It passes sensitive information (SonarQube token, URL, organization) as environment variables to the Docker command, which is a standard practice for secrets management. The primary security consideration outside this codebase is the `mcp/sonarqube` Docker image; its contents and trustworthiness are crucial for overall security, but are not available for review in the provided source code.

Similar Servers

Stats

Interest Score14
Security Score8
Cost ClassLow
Avg Tokens1
Stars2
Forks0
Last Update2025-12-22

Tags

SonarQubeZedCode QualitySecurity AnalysisDockerIDE Extension