|
1 | 1 | # grafana MCP Server Registry Entry |
2 | 2 | # Auto-imported from ToolHive registry.json |
3 | | -# |
| 3 | +# |
4 | 4 | # Original source: https://github.com/stacklok/toolhive |
5 | 5 | # Import timestamp: 2025-08-14T07:27:00Z |
6 | 6 | # --- |
7 | | -# WARNING: Tool list fetch failed on 2025-11-03 |
| 7 | +# WARNING: Tool list fetch failed on 2025-11-06 |
8 | 8 | # Manual verification may be required |
9 | 9 | name: grafana |
10 | 10 | description: Grafana integration for dashboard search, datasource queries, alerting, and incident response |
11 | 11 | tier: Official |
12 | 12 | status: Active |
13 | 13 | transport: sse |
14 | 14 | tools: |
15 | | - - list_teams |
16 | | - - search_dashboards |
| 15 | + - add_activity_to_incident |
| 16 | + - create_alert_rule |
| 17 | + - create_annotation |
| 18 | + - create_folder |
| 19 | + - create_graphite_annotation |
| 20 | + - create_incident |
| 21 | + - delete_alert_rule |
| 22 | + - fetch_pyroscope_profile |
| 23 | + - find_error_pattern_logs |
| 24 | + - find_slow_requests |
| 25 | + - generate_deeplink |
| 26 | + - get_alert_group |
| 27 | + - get_alert_rule_by_uid |
| 28 | + - get_annotation_tags |
| 29 | + - get_annotations |
| 30 | + - get_assertions |
| 31 | + - get_current_oncall_users |
17 | 32 | - get_dashboard_by_uid |
18 | | - - update_dashboard |
19 | 33 | - get_dashboard_panel_queries |
20 | | - - list_datasources |
21 | | - - get_datasource_by_uid |
| 34 | + - get_dashboard_property |
| 35 | + - get_dashboard_summary |
22 | 36 | - get_datasource_by_name |
23 | | - - query_prometheus |
24 | | - - list_prometheus_metric_metadata |
25 | | - - list_prometheus_metric_names |
26 | | - - list_prometheus_label_names |
27 | | - - list_prometheus_label_values |
| 37 | + - get_datasource_by_uid |
| 38 | + - get_incident |
| 39 | + - get_oncall_shift |
| 40 | + - get_sift_analysis |
| 41 | + - get_sift_investigation |
| 42 | + - list_alert_groups |
| 43 | + - list_alert_rules |
| 44 | + - list_contact_points |
| 45 | + - list_datasources |
28 | 46 | - list_incidents |
29 | | - - create_incident |
30 | | - - add_activity_to_incident |
31 | | - - resolve_incident |
32 | | - - query_loki_logs |
33 | 47 | - list_loki_label_names |
34 | 48 | - list_loki_label_values |
35 | | - - query_loki_stats |
36 | | - - list_alert_rules |
37 | | - - get_alert_rule_by_uid |
38 | 49 | - list_oncall_schedules |
39 | | - - get_oncall_shift |
40 | | - - get_current_oncall_users |
41 | 50 | - list_oncall_teams |
42 | 51 | - list_oncall_users |
43 | | - - get_investigation |
44 | | - - get_analysis |
45 | | - - list_investigations |
46 | | - - find_error_pattern_logs |
47 | | - - find_slow_requests |
| 52 | + - list_prometheus_label_names |
| 53 | + - list_prometheus_label_values |
| 54 | + - list_prometheus_metric_metadata |
| 55 | + - list_prometheus_metric_names |
48 | 56 | - list_pyroscope_label_names |
49 | 57 | - list_pyroscope_label_values |
50 | 58 | - list_pyroscope_profile_types |
51 | | - - fetch_pyroscope_profile |
| 59 | + - list_sift_investigations |
| 60 | + - list_teams |
| 61 | + - list_users_by_org |
| 62 | + - patch_annotation |
| 63 | + - query_loki_logs |
| 64 | + - query_loki_stats |
| 65 | + - query_prometheus |
| 66 | + - search_dashboards |
| 67 | + - search_folders |
| 68 | + - update_alert_rule |
| 69 | + - update_annotation |
| 70 | + - update_dashboard |
52 | 71 | metadata: |
53 | 72 | stars: 1728 |
54 | 73 | pulls: 8120 |
@@ -88,3 +107,6 @@ env_vars: |
88 | 107 | description: Service account token with appropriate permissions |
89 | 108 | required: true |
90 | 109 | secret: true |
| 110 | + - name: GRAFANA_ORG_ID |
| 111 | + description: Organization ID for multi-organization Grafana instances |
| 112 | + required: false |
0 commit comments