Back to MCP Servers
Grafana Server
Query Grafana dashboards, alerts, and datasources for observability and monitoring workflows
monitoringgrafanaobservabilitydashboardscommunity
By Grafana Labs
Installation
npm install -g @grafana/mcp-serverConfiguration
{
"mcpServers": {
"grafana": {
"command": "npx",
"args": ["-y", "@grafana/mcp-server"],
"env": {
"GRAFANA_URL": "http://localhost:3000",
"GRAFANA_API_KEY": "your-grafana-api-key"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes