sonar-mcp

hobsojam/sonar-mcp
★ 0 stars Python 🔌 API Integration Updated 4d ago
MCP server wrapping the SonarCloud REST API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sonar-mcp": {
      "command": "uvx",
      "args": [
        "sonar-mcp"
      ]
    }
  }
}

Or install with pip: pip install sonar-mcp

README Excerpt

A Model Context Protocol (MCP) server that wraps the SonarCloud REST API, exposing named tools for querying code quality data directly from Claude Code. Registers a set of MCP tools that Claude can call in any session to query SonarCloud without manual HTTP calls or token management. Pass an organization and project key per call, and the server handles auth, request shaping, and response parsing.

Tools (6)

SONAR_DEFAULT_ORGSONAR_DEFAULT_PROJECTSONAR_TOKENget_issue_summaryget_issuesget_quality_gate