Grafana
Official
🏗️ Infrastructure
Official Grafana observability integration. Query dashboards, PromQL metrics, LogQL logs. Manage incidents, alerts, on-call schedules, and annotations. Full visibility into your infrastructure with AI-powered analysis.
Tags
Tools (10)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"grafana": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp/grafana",
"-t",
"stdio"
],
"env": {
"GRAFANA_URL": "your-grafana-url-here",
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "your-grafana-service-account-token-here"
}
}
}
}