Back to Home
nggocnn icon

sonarqube-mcp

Verified Safe

by nggocnn

Overview

Enables AI Agent applications to manage and retrieve code quality and analysis data from a SonarQube server.

Installation

Run Command
sonarqube-mcp --transport stdio

Environment Variables

  • SONARQUBE_URL
  • SONARQUBE_TOKEN
  • SONARQUBE_USERNAME
  • SONARQUBE_PASSWORD
  • SONARQUBE_ORGANIZATION

Security Notes

The server correctly handles sensitive information by requiring it via environment variables (SONARQUBE_TOKEN, SONARQUBE_USERNAME/PASSWORD). It performs input validation for API parameters (e.g., positive page numbers, non-empty strings). The underlying HTTP client (`httpx`) includes timeouts and connection limits, and error handling for network issues. The server binds to '0.0.0.0', which is standard but requires appropriate network configuration (e.g., firewalls) in production environments. No 'eval' or other direct arbitrary code execution patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-11-28

Tags

SonarQubeAI AgentCode AnalysisDeveloper ToolsMCP