fastmcp-sonarqube-metrics logo

fastmcp-sonarqube-metricsChat with your SonarQube data: explore metrics, compare trends, and track issues—effortlessly.

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

This project provides tools for retrieving SonarQube project information using the FastMCP framework. It serves as an interface to SonarQube, allowing users to access metrics, historical data, and component tree metrics programmatically. The project offers a simplified, message-based approach to interacting with the SonarQube API. It's designed for developers, DevOps engineers, and analysts who need to incorporate SonarQube data into their workflows or build custom reporting solutions. The repository houses client and server components for communication and data retrieval. A hosted deployment is available on Fronteir AI.

Key features

  • get_status: Health check on SonarQube instance
  • get_sonarqube_metrics: Retrieves specified metrics for a project
  • get_sonarqube_metrics_history: Retrieves historical metrics for a project
  • get_sonarqube_component_tree_metrics: Retrieves metric values for all components in a project
  • get_project_issues: Fetch SonarQube issues for a given project

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

SonarQube Data Integration

Integrate SonarQube data into custom reporting solutions or workflows

Automated Analysis

Use the tool to automate analysis of SonarQube projects and track issues

Pros & Cons

Pros

  • Simplified interaction with SonarQube API
  • Programmatic access to metrics and historical data
  • Supports integration with other systems

Cons

  • Repository is work in progress, some features may not be perfect
  • Limited documentation on usage and implementation

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Is there a hosted version of fastmcp-sonarqube-metrics, and where can I try it?

A hosted deployment is available on Frontier AI. You can access the service there without setting up the client‑server components yourself.

Asked by Kwabena Asante · Jun 30, 2026

Can I access historical metric trends for a project, and what data is returned?

Yes, the `get_sonarqube_metrics_history` function returns time‑series data for selected metrics (bugs, vulnerabilities, code smells, coverage, duplication, density) across the project’s history, enabling trend analysis and reporting.

Asked by Elif Yildiz · May 5, 2026

How do I retrieve current SonarQube metrics for a specific project using fastmcp-sonarqube-metrics?

Use the `get_sonarqube_metrics` tool, providing the project key and the desired metric names (e.g., bugs, vulnerabilities, coverage). The tool contacts the SonarQube API and returns the latest values for those metrics.

Asked by Thandiwe Dlamini · Mar 26, 2026

Ask a question

MCP Servers alternatives