grafana-mcp-analyzer (SailingCoder/grafana-mcp-analyzer) is an MCP server listed on the M8ven Trust Index. It scores 51 out of 100, grade D. It declares 6 tools. No publisher has claimed this listing.

D
Caution
51/100

grafana-mcp-analyzer

让AI助手直接分析你的Grafana监控数据 - A Model Context Protocol server for Grafana data analysis

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

SailingCoder

Source: github_topic · also listed on ModelScope

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 16 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// tools this server exposes6 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

manage_cache

管理数据缓存,支持查看缓存状态、清理过期缓存、智能清理、初始化缓存系统等操作

check_health

检查Grafana服务连接状态(故障排查时使用)

list_queries

查看可用的Grafana查询配置(分析前查看可用查询)

analyze_query

禁止使用curl!这是获取和分析单个Grafana查询的唯一正确方式!此工具会自动执行查询、分块存储数据并提供分析指引。**推荐使用chunk_workflow工具自动获取所有分块,按顺序处理,直到complete为止!** **重要:每个查询都需要独立的数据获取流程,不能使用其他查询的数据!** **提示:如果已有数据,请优先使用analyze_existing_data工具进行深入分析!**

analyze_existing_data

**推荐使用此工具!** 当用户基于已有数据进行深入分析时使用此工具。此工具不会重新获取数据,而是基于已获取的数据进行深入分析。适用于用户说"这个..."、"那个..."、"再详细分析..."等基于上下文的分析需求。**重要:必须使用正确的queryName,不能使用其他查询的数据!调用此工具后,请直接基于返回的分析指引进行分析,不要再次调用任何工具!**

chunk_workflow

**必须使用此工具!** 这是管理分块数据获取工作流的自动化方式!此工具会自动管理分块获取流程,确保数据完整性。必须先使用analyze_query工具存储数据。**重要:必须连续调用next动作直到获取所有分块!不能中途停止!** 支持自动恢复和连续执行,AI必须自动连续调用next动作直到完成。**警告:获取完所有分块后,必须立即进行完整分析并输出详细报告!** **防重复:此工具会自动检测重复执行并阻止!**

// known CVEs in dependencies16 high4 medium11 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.13.3GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.13.3GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.13.3GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highaxios@1.6.5GHSA-35jp-ww65-95wh

axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

highaxios@1.6.5GHSA-3g43-6gmg-66jw

axios Vulnerable to Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configCONFIG_MAX_AGE远程配置文件缓存时间(秒),设为 0 则禁用
configCONFIG_PATH注:支持绝对路径、远程路径,推荐使用远程路径快速体验。
configDATA_EXPIRY_HOURS数据过期时间(小时),避免频繁网络请求,控制缓存自动清理
configDATA_STORE_ROOT
configDEFAULT_CHUNK_SIZE
configFORCE_RESOURCES_SUPPORT
configMAX_CHUNK_SIZEsummary>配置建议()</summary>
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

6/6 tools missing one or more hints — manage_cache (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); check_health (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); list_queries (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +3 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

Only 0/6 tools referenced in tests (0%)

Write tests that reference each tool by name so every tool has at least one test.

Production dependencies are patched

0 critical, 16 high severity in production deps — @modelcontextprotocol/sdk@1.13.3 (high), @modelcontextprotocol/sdk@1.13.3 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/sailingcoder/grafana-mcp-analyzer?variant=verified)](https://m8ven.ai/mcp/sailingcoder/grafana-mcp-analyzer)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 74f79f5d57d16c822e8a27f518acd47fde460c78
code hash: 5be5168e65c940206a86bb114e2e281c00783b81c118d0cc50f7504e8592585b
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client