MCP server

Grafana
MCPOfficial Grafana MCP.
Dashboards and datasources from Grafana’s own image — the org you authenticate.
latest·Apache-2.0·Updated this quarter·github.com/grafana/mcp-grafana·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"grafana": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GRAFANA_URL",
"-e",
"GRAFANA_API_KEY",
"grafana/mcp-grafana"
],
"env": {
"GRAFANA_URL": "…",
"GRAFANA_API_KEY": "…"
}
}
}
}By Grafana
Spec
What the server actually exposes.
list_dashboards
readDashboards in the org.
query
readA datasource query.
annotations
readAnnotations on a dashboard.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
grafana-mcp.mcp/tools
Tools
- read
list_dashboards
Dashboards in the org.
- read
query
A datasource query.
- read
annotations
Annotations on a dashboard.
Last call
{ "ok": true,
"tool": "list_dashboards",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
