Grafana MCP server provides access to Grafana instances and their surrounding ecosystem through the Model Context Protocol. Developed by Grafana Labs' Machine Learning team, it enables searching dashboards, fetching datasource information, querying Prometheus metrics, and managing incidents in Grafana Incident. The server supports both stdio and Server-Sent Events (SSE) transport modes, can be run locally or deployed as a Docker container, and authenticates using Grafana service account tokens. This implementation is particularly valuable for workflows requiring monitoring data analysis, metric exploration, or incident management directly within AI assistant conversations.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
List all teams.
List all users in an organization.
Search for dashboards.
Get a dashboard by uid.
Update or create a new dashboard.
Get panel title, queries, datasource UID and type from a dashboard.
List datasources.
Get a datasource by uid.
Get a datasource by name.
Execute a query against a Prometheus datasource.
List metric metadata.
List available metric names.
List label names matching a selector.
List values for a specific label.
List incidents in Grafana Incident.
Create an incident in Grafana Incident.
Add an activity item to an incident in Grafana Incident.
Get a single incident by ID.
Query and retrieve logs using LogQL (either log or metric queries).
List all available label names in logs.
List values for a specific log label.
Get statistics about log streams.
List alert rules.
Get alert rule by UID.
List notification contact points.
List schedules from Grafana OnCall.
Get details for a specific OnCall shift.
Get users currently on-call for a specific schedule.
List teams from Grafana OnCall.
List users from Grafana OnCall.
Retrieve an existing Sift investigation by its UUID.
Retrieve a specific analysis from a Sift investigation.
Retrieve a list of Sift investigations with an optional limit.
Find elevated error patterns in Loki logs.
Find slow requests from the relevant tempo datasources.
List label names matching a selector.
List label values matching a selector for a label name.
List available profile types.
Fetches a profile in DOT format for analysis.
Get assertion summary for a given entity.
Generate accurate deeplink URLs for Grafana resources.