grafana-mcp.md

Grafana MCP

from"grafana"
1.3k

Dashboard search and incident investigation

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