[ MCP_NODE_3815 ]

grafana

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.