grafana/mcp-grafana
Search dashboards, investigate incidents and query datasources in your Grafana instance
Ads
Overview
Search dashboards, investigate incidents and query datasources in your Grafana instance
Installation
uvx mcp-grafana
Configuration
{
"mcpServers": {
"grafana": {
"command": "uvx",
"args": [
"mcp-grafana"
],
"env": {
"GRAFANA_URL": "http://localhost:3000",
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>"
}
}
}
}Capabilities
- Search and inspect dashboards
Ask for a dashboard by UID, get a compact summary via `get_dashboard_summary`, or extract specific fields with `get_dashboard_property` using JSONPath.
- Query observability data
Run PromQL against Prometheus with `query_prometheus`, or LogQL queries against Loki, including metadata and histogram percentile lookups.
- Manage alerting
List alert rules and their firing statuses, create or update rules, and inspect notification policies and contact points.
- Render dashboard images
Generate a PNG of a panel or full dashboard via the rendering tool, with custom time ranges, theme, and scale options.
- Explore agent conversations
List and search LLM conversations, fetch full generation details, and inspect evaluation scores and agent catalog versions.
Tags
- grafana
- monitoring
- observability-incident
- search
- knowledge-retrieval
- awesome-list
Related MCP servers
ingero-io/ingero
eBPF-based GPU causal observability agent with MCP server. Traces CUDA Runtime/Driver APIs and host kernel events to build causal chains explaining GPU latency.
adanb13/cirdan
AI infrastructure cartographer & MCP server: fingerprints, graphs, and watches the live infrastructure an agent can reach (Docker, Kubernetes, cloud, IaC) and detects incidents.
agentkitai/agentlens
Tamper-evident observability for AI agents: a SHA-256 hash-chained audit log with chain verification and signed export (EU AI Act Art. 12). Instrument any agent with zero code via `npx -y @agentlensai/mcp`; also ingests OpenTelemetry GenAI traces.
alilxxey/openobserve-community-mcp
Read-only MCP server for OpenObserve Community Edition via REST API. Search logs, traces, stream schemas, and dashboards without requiring the Enterprise license.