mcps / grafana
✓ MCPExplorer Verified

Grafana MCP server

Query dashboards, metrics, and incidents from your agent.

Observabilityby GrafanahealthyService account tokenFree · open source

01What it is

Grafana's official MCP server gives an agent query access to your Grafana stack: search and update dashboards, run Prometheus and Loki queries, explore datasources, and manage incidents, alerts, and on-call schedules — grounding the agent in real observability data instead of guesswork.

Who it’s for: SRE and platform teams who want an agent that investigates from live dashboards, metrics, and logs.


02Highlights
Dashboards & panels
Search dashboards, fetch panel config, and run the queries behind them.
Metrics & logs
Query Prometheus and Loki directly, with datasource and metadata exploration.
Incidents & on-call
Create and manage incidents, alert rules, and OnCall schedules from the loop.

03Add it to your agent

Local MCP server — runs on your machine via the command below.

claude mcp add grafana -e GRAFANA_URL=https://your.grafana.net -e GRAFANA_SERVICE_ACCOUNT_TOKEN=glsa_xxx -- uvx mcp-grafana
{ "mcpServers": { "grafana": { "command": "uvx", "args": ["mcp-grafana"] } } }

06Badge

Grafana is featured on MCPExplorer. Add this badge to Grafana’s site or README — it links back to this page.

Grafana MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/grafana" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/grafana.svg" alt="Grafana MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Grafana MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/grafana.svg)](https://mcpexplorer.com/mcps/grafana)

Get started

Set up Grafana and put it to work — Free · open source. Or see its full verified profile.