grafana/mcp-grafana
Search dashboards, investigate incidents and query datasources in your Grafana instance
Quick Start
Clone the repository:
git clone https://github.com/grafana/mcp-grafanaClaude Desktop configuration example:
{
"mcpServers": {
"mcp-grafana": {
"command": "npx",
"args": [
"-y",
"grafana/mcp-grafana"
]
}
}
}Check the repository README for specific installation and configuration instructions.