The reputation layer for AI skills, tools & agents

grafana/mcp-grafana

Score: 57.2 Rank #142

MCP server for Grafana

Overview

grafana/mcp-grafana is a Go MCP server licensed under Apache-2.0. MCP server for Grafana

Ranked #142 out of 25632 indexed tools.

In the top 1% of all indexed tools.

Has 2,542 GitHub stars.

Has 56 contributors.

Actively maintained with commits in the last week.

Ecosystem

Go Apache-2.0 90 weekly downloads

Signal Breakdown

Stars 2,542
Freshness 2d ago
Issue Health 56%
Contributors 56
Dependents 2
Forks 294
Description Brief
License Apache-2.0

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Badge

AgentRank score for grafana/mcp-grafana
[![AgentRank](https://agentrank-ai.com/api/badge/tool/grafana--mcp-grafana)](https://agentrank-ai.com/tool/grafana--mcp-grafana)
<a href="https://agentrank-ai.com/tool/grafana--mcp-grafana"><img src="https://agentrank-ai.com/api/badge/tool/grafana--mcp-grafana" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# Grafana MCP server

A [Model Context Protocol][mcp] (MCP) server for Grafana.

This provides access to your Grafana instance and the surrounding ecosystem.

## Quick Start

Requires [uv](https://docs.astral.sh/uv/getting-started/installation/). Add the following to your MCP client configuration (e.g. Claude Desktop, Cursor):

```json
{
  "mcpServers": {
    "grafana": {
      "command": "uvx",
      "args": ["mcp-grafana"],
      "env": {
        "GRAFANA_URL": "http://localhost:3000",
        "GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>"
      }
    }
  }
}
```

For Grafana Cloud, replace `GRAFANA_URL` with your instance URL (e.g. `https://myinstance.grafana.net`). See [Usage](#usage) for more installation options including Docker, binary, and Helm.

## Requirements

- **Grafana version 9.0 or later** is required for full functionality. Some features, particularly datasource-related operations, may not work correctly with earlier versions due to missing API endpoin
Read full README on GitHub →
Are you the maintainer? Claim this listing