grafana/mcp-grafana
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
Matched Queries
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