MCP server

Grafana

MCP

Official 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

    read

    Dashboards in the org.

  • query

    read

    A datasource query.

  • annotations

    read

    Annotations 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

  • list_dashboards

    Dashboards in the org.

    read
  • query

    A datasource query.

    read
  • annotations

    Annotations on a dashboard.

    read

Last call

{ "ok": true,
  "tool": "list_dashboards",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.