Skip to content

Commit 968da3e

Browse files
feat: add new optional env var to grafana and update tools (#361)
* feat: add new optional env var to grafana Signed-off-by: Dan Barr <[email protected]> * feat: update tools Signed-off-by: Dan Barr <[email protected]> * chore: update tool lists for MCP servers\n\nWarning added for servers:\n- grafana\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: danbarr <[email protected]> * feat: update tools again Signed-off-by: Dan Barr <[email protected]> --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 0c0b912 commit 968da3e

File tree

1 file changed

+49
-27
lines changed

1 file changed

+49
-27
lines changed

registry/grafana/spec.yaml

Lines changed: 49 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,73 @@
11
# grafana MCP Server Registry Entry
22
# Auto-imported from ToolHive registry.json
3-
#
3+
#
44
# Original source: https://github.com/stacklok/toolhive
55
# Import timestamp: 2025-08-14T07:27:00Z
66
# ---
7-
# WARNING: Tool list fetch failed on 2025-11-03
7+
# WARNING: Tool list fetch failed on 2025-11-06
88
# Manual verification may be required
99
name: grafana
1010
description: Grafana integration for dashboard search, datasource queries, alerting, and incident response
1111
tier: Official
1212
status: Active
1313
transport: sse
1414
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
1732
- get_dashboard_by_uid
18-
- update_dashboard
1933
- get_dashboard_panel_queries
20-
- list_datasources
21-
- get_datasource_by_uid
34+
- get_dashboard_property
35+
- get_dashboard_summary
2236
- 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
2846
- list_incidents
29-
- create_incident
30-
- add_activity_to_incident
31-
- resolve_incident
32-
- query_loki_logs
3347
- list_loki_label_names
3448
- list_loki_label_values
35-
- query_loki_stats
36-
- list_alert_rules
37-
- get_alert_rule_by_uid
3849
- list_oncall_schedules
39-
- get_oncall_shift
40-
- get_current_oncall_users
4150
- list_oncall_teams
4251
- 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
4856
- list_pyroscope_label_names
4957
- list_pyroscope_label_values
5058
- 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
5271
metadata:
5372
stars: 1728
5473
pulls: 8120
@@ -88,3 +107,6 @@ env_vars:
88107
description: Service account token with appropriate permissions
89108
required: true
90109
secret: true
110+
- name: GRAFANA_ORG_ID
111+
description: Organization ID for multi-organization Grafana instances
112+
required: false

0 commit comments

Comments
 (0)