DrDroidLab/grafana-mcp-server
If you are the rightful owner of grafana-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Grafana MCP Server is a specialized server designed to facilitate interaction with Grafana instances using the Model Context Protocol (MCP). It provides tools for querying and managing Grafana dashboards, datasources, and logs.
Tools
Functions exposed to the LLM to take actions
test_connection
Verify connectivity to your Grafana instance and configuration.
grafana_promql_query
Execute PromQL queries against Grafana's Prometheus datasource.
grafana_loki_query
Query Grafana Loki for log data.
grafana_get_dashboard_config
Retrieves dashboard configuration details from the database.
grafana_query_dashboard_panels
Execute queries for specific dashboard panels.
grafana_fetch_label_values
Fetch label values for dashboard variables from Prometheus datasource.
grafana_fetch_dashboard_variables
Fetch all variables and their values from a Grafana dashboard.
grafana_fetch_all_dashboards
Fetch all dashboards from Grafana with basic information.
grafana_fetch_datasources
Fetch all datasources from Grafana with their configuration details.
grafana_fetch_folders
Fetch all folders from Grafana with their metadata and permissions.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client