Grafana
Integrates with Grafana to enable searching dashboards, fetching datasource information, querying Prometheus metrics, and managing incidents through both stdio and SSE transport modes.
Featured
View Source1370 stars
0 tools
Created Aug 2025
@grafana/grafana-grafanaAbout
Integrates with Grafana to enable searching dashboards, fetching datasource information, querying Prometheus metrics, and managing incidents through both stdio and SSE transport modes.
Categories
general
Installation
npm
npm install @grafana/grafana-grafana
Configuration
{
"mcpServers": {
"grafana-grafana": {
"command": "npx",
"args": [
"-y",
"@grafana/grafana-grafana"
]
}
}
}