[ MCP_NODE_3815 ]
grafana
CATEGORY:
Developer Tools
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
A Model Context Protocol server for interacting with Grafana dashboards and monitoring. Supports both self-hosted Grafana instances and Grafana Cloud.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"grafana-en": {
"description": "A Model Context Protocol server for interacting with Grafana dashboards and monitoring. Supports both self-hosted Grafana instances and Grafana Cloud.",
"command": "mcp-grafana",
"args": [],
"env": {
"GRAFANA_URL": "http://localhost:3000",
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>",
"GRAFANA_USERNAME": "<your username>",
"GRAFANA_PASSWORD": "<your password>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.