grafana-mcp.md

Grafana MCP

from"grafana"
1.3k

Search dashboards, investigate incidents and query datasources

Developer Tools
Grafanadashboardsmonitoringobservability
install.sh
# Clone the repository
$git clone https://github.com/grafana/mcp-grafana
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve