Skip to Content

Grafana MCP

Query Grafana datasources, inspect dashboards, manage alert rules, and add annotations.

Overview

Catalog IDmcp-grafana
Categoryobservability
Auth methodAPI key
Blast radiusread-only
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
query_datasourceQuery a Grafana data source.
list_dashboardsList dashboards.
get_alert_rulesGet alert rules.
create_annotationCreate an annotation.
get_panel_dataGet data for a specific panel.

Tool parameters

query_datasource

Query a Grafana data source.

ParameterTypeDescription
datasource_uidstringrequiredData source UID
querystringrequiredQuery expression
fromstringoptionalStart time
tostringoptionalEnd time

list_dashboards

List dashboards.

ParameterTypeDescription
querystringoptionalSearch query
folder_idintegeroptionalFilter by folder

get_alert_rules

Get alert rules.

ParameterTypeDescription
dashboard_uidstringoptionalFilter by dashboard

create_annotation

Create an annotation.

ParameterTypeDescription
dashboard_idintegeroptionalDashboard ID
textstringrequiredAnnotation text
timeintegeroptionalTimestamp (epoch ms)
tagsarrayoptionalTags

get_panel_data

Get data for a specific panel.

ParameterTypeDescription
dashboard_uidstringrequiredDashboard UID
panel_idintegerrequiredPanel ID
fromstringoptionalStart time
tostringoptionalEnd time

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Grafana and click Install
  3. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
  4. Click Test Connection to run a health check and list available tools

Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.

Blast radius

This MCP is classified read-only, and most of its tools only read data. Note that it does expose one tool that writes back to the connected service: create_annotation.

Review these against your own change-management policy before installing, and use Policies to gate them if agents should not perform those actions unattended.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on