Back to MCP Servers

Fastmcp Sonarqube Metrics

A Model Context Protocol (MCP) server that provides a set of tools for retrieving information about SonarQube projects like metrics (actual and historical), issues, health status.

developer-tools

Installation

npx -y fastmcp-sonarqube-metrics

Configuration

{
  "mcpServers": {
    "fastmcp-sonarqube-metrics": {
      "command": "npx",
      "args": ["-y", "fastmcp-sonarqube-metrics"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub