Grafana
Grafana Labs' official MCP. Read dashboards, datasources, alerts, and run Loki/Prometheus queries from inside your agent.
Delv Safety Grade: A
Score 84/100 · assessed 2026-04-28
Grafana Labs' official MCP server provides read access to your Grafana instance plus query execution against Prometheus and Loki. The maintainer score is excellent – this comes directly from Grafana Labs, a well-established observability vendor with strong open-source credentials. Permissions are moderately scoped: it reads dashboards and alerts but also executes arbitrary PromQL and LogQL queries, which could expose sensitive metrics or logs if your Grafana instance contains them. Supply chain is standard Python via uvx, though not yet published to PyPI proper. Transparency is strong with full source on GitHub and clear documentation. The API key requirement means credential hygiene matters – a leaked key grants read access to all your observability data. No known incidents. Solid choice for teams already trusting Grafana with their monitoring stack.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKLog lines and dashboard panels carry user-controlled strings. Dashboard JSON includes datasource credentials. Webhooks are outbound.
Green flags
- Official Grafana Labs product with active maintenance
- Read-only operations on dashboards and alerts, no write capabilities
- Open source with clear documentation and examples
- Scoped to observability domain, no filesystem or shell access
Red flags
- Requires full Grafana API key with read access to all dashboards and data
- Query execution could expose sensitive logs or metrics if not scoped carefully
- Not yet published to PyPI, relies on uvx GitHub install
Permissions requested
Install
uvx mcp-grafana
GRAFANA_URLGRAFANA_API_KEYReview
Install this if you use Grafana daily and work in Claude Desktop. It's the fastest way to surface alerts, logs, and metrics without context-switching. Skip it if you're not already invested in the Grafana ecosystem or if you need write access to dashboards.
Good at
- Schema-aware PromQL suggestions save time when you can't remember exact label names.
- Read-only by design, so it won't accidentally modify production dashboards or silence alerts.
- Surfacing alert history and Loki logs during postmortems is faster than switching tabs.
- Official Grafana Labs support means it tracks API changes and won't break on version bumps.
Watch out
- Read-only means you still open the web UI to acknowledge alerts or edit queries.
- Only useful if you already run Grafana, Loki, or Prometheus in production.
- Cursor and VSCode support exists but needs manual config tweaking beyond Claude Desktop.
- Large LogQL queries can hit rate limits or time out without clear error messages.
Use cases
- Asking the agent to summarise alerts from the past hour
- Drafting a PromQL query with schema awareness
- Surfacing dashboard data in a postmortem
- Cross-referencing Loki logs to a Sentry error
Getting started
Works with
Similar MCPs
- GitHubFull GitHub API access - manage repos, issues, PRs, and code search. One of the most useful MCPs for any developer workflow.
- SentryPull live errors, issues, and replays from Sentry into Claude. Great for debugging sessions where the model can see what actually broke in prod.
- MCP CLIInteractive CLI inspector for MCP servers supporting OAuth, tool calls, resource reads, and prompt runs.
- GitLabGitLab's hosted MCP server, built into GitLab 18.6+. Manage MRs, browse repos, work with CI pipelines from Claude.