ClaudeMap

Grafana MCP

Grafana's official MCP server — query metrics, search dashboards, and manage incidents from Claude.

MCP Serversofficialobservabilitymonitoringdashboardsmcp

The official MCP server from Grafana: lets Claude search dashboards, query datasources (Prometheus, Loki, and friends), and work incidents and on-call from the chat. The missing observability bridge for teams that already run Grafana and want incident triage without leaving the agent.

What it does

  • Official Grafana implementation, maintained in the grafana org with integration tests
  • Search and inspect dashboards, query Prometheus/Loki datasources, manage incidents and on-call
  • Runs via uvx (stdio) or Docker, pointed at any Grafana 9+ instance
  • Auth via a Grafana service account token — no admin password shared with the model

When to use it

Best for on-call and SRE workflows: "why is checkout latency up" investigations where Claude pulls metrics, correlates dashboards, and drafts the incident update while you keep hands on the keyboard.

Getting started

uvx mcp-grafana

# or Docker:
docker run --rm -i \
  -e GRAFANA_URL=http://localhost:3000 \
  -e GRAFANA_SERVICE_ACCOUNT_TOKEN=<token> \
  grafana/mcp-grafana -t stdio

Things to know

Scope the service account to viewer/editor per need — a token with admin rights turns Claude into an admin. Query-heavy investigations send lots of context through the model; prefer targeted time ranges.

Repository

grafana/mcp-grafana

Charted

Related on the map

  • Exa MCP

    MCP Server

    Exa's official MCP server — live web search, crawling, and deep research wired into Claude.

    • official
    • search
    • web
    • mcp
  • Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.

    • official
    • chrome
    • debugging
    • browser
  • Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.

    • deploy
    • vercel
    • serverless
    • edge