Sonarqube Py
FreeNot checkedA Python MCP server for SonarQube, enabling AI agents to query projects, issues, quality gates, coverage, and security hotspots.
About
A Python MCP server for SonarQube, enabling AI agents to query projects, issues, quality gates, coverage, and security hotspots.
README
A Python MCP server for SonarQube — query projects, issues, quality gates, coverage, and security hotspots directly from any MCP-compatible AI agent.
Inspired by the official SonarQube MCP Server (Java/Kotlin), reimplemented in Python for lightweight deployment without JVM dependency.
Install
uvx sonarqube-mcp-py
# or
pip install sonarqube-mcp-py
Configuration
Set environment variables:
export SONARQUBE_URL=https://your-sonarqube-instance
export SONARQUBE_TOKEN=squ_your_token_here
export SONARQUBE_VERIFY_SSL=false # optional, for self-signed certs
Transport
- stdio (default): for
mcp.jsonintegration with Claude Desktop, Cursor, Kiro CLI, etc. - HTTP: set
MCP_TRANSPORT=streamable-httpand optionallyMCP_PORT=8959
Available Tools
| Tool | Description |
|---|---|
search_sonarqube_projects |
Search for projects |
get_project_quality_gate_status |
Get quality gate status (OK/ERROR) |
get_component_measures |
Get metrics (bugs, coverage, code smells, etc.) |
list_quality_gates |
List all quality gate definitions |
search_sonar_issues |
Search issues by severity and status |
search_security_hotspots |
Find security hotspots to review |
show_security_hotspot |
Get hotspot details |
show_rule |
Get rule description and examples |
search_metrics |
List all available metrics |
list_pull_requests |
List analyzed pull requests |
get_file_coverage_details |
Get per-file coverage data |
search_files_by_coverage |
Find files with lowest coverage |
get_duplications |
Get code duplication details |
MCP Client Configuration
stdio (mcp.json)
{
"sonarqube": {
"command": "sonarqube-mcp-py",
"env": {
"SONARQUBE_URL": "https://your-instance",
"SONARQUBE_TOKEN": "squ_xxx"
}
}
}
HTTP (standalone service)
{
"sonarqube": {
"url": "http://localhost:8959/mcp"
}
}
Start in HTTP mode:
MCP_TRANSPORT=streamable-http MCP_PORT=8959 sonarqube-mcp-py
License
MIT
Install Sonarqube Py in Claude Desktop, Claude Code & Cursor
unyly install sonarqube-mcp-pyInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add sonarqube-mcp-py -- uvx sonarqube-mcp-pyFAQ
Is Sonarqube Py MCP free?
Yes, Sonarqube Py MCP is free — one-click install via Unyly at no cost.
Does Sonarqube Py need an API key?
No, Sonarqube Py runs without API keys or environment variables.
Is Sonarqube Py hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Sonarqube Py in Claude Desktop, Claude Code or Cursor?
Open Sonarqube Py on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Sonarqube Py with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
