fastmcp-sonarqube-metrics logo

fastmcp-sonarqube-metrics与您的 SonarQube 数据对话:轻松探索指标、比较趋势并追踪问题。

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

本项目提供使用 FastMCP 框架检索 SonarQube 项目信息的工具。它充当 SonarQube 的接口,允许用户以编程方式访问指标、历史数据以及组件树指标。项目采用简化的基于消息的方式与 SonarQube API 交互。旨在为开发者、DevOps 工程师和分析师提供便利,以便将 SonarQube 数据整合到工作流中或构建自定义报表解决方案。仓库中包含客户端和服务器端组件用于通信和数据获取。Fronteir AI 上提供了托管部署版本。

主要功能

  • get_status:对 SonarQube 实例进行健康检查
  • get_sonarqube_metrics:获取项目的指定指标
  • get_sonarqube_metrics_history:获取项目的历史指标
  • get_sonarqube_component_tree_metrics:获取项目中所有组件的指标值
  • get_project_issues:获取指定项目的 SonarQube 问题

价格

模型
Free
评分
暂无评价

使用场景

SonarQube 数据集成

将 SonarQube 数据集成到自定义报表解决方案或工作流中

自动化分析

使用该工具自动分析 SonarQube 项目并追踪问题

优点 & 缺点

优点

  • 简化了与 SonarQube API 的交互
  • 可编程方式访问指标和历史数据
  • 支持与其他系统集成

缺点

  • 仓库仍在开发中,部分功能可能不够完善
  • 使用和实现文档有限

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

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

提问

服务配缩器 的替代品