Loading MCP server directory, please wait...
An MCP server giving access to Grafana dashboards, data and more.
npx @getmcp/cli add io.github.grafana/mcp-grafanaRequires Docker Engine. Official server by grafana. Review source before installing.
GRAFANA_URLURL to your Grafana instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.grafana/mcp-grafana": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GRAFANA_URL",
"-e",
"GRAFANA_SERVICE_ACCOUNT_TOKEN",
"-e",
"GRAFANA_USERNAME",
"-e",
"GRAFANA_PASSWORD",
"-e",
"GRAFANA_ORG_ID",
"-e",
"GRAFANA_EXTRA_HEADERS",
"docker.io/grafana/mcp-grafana:0.11.2"
],
"env": {
"GRAFANA_URL": "",
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "",
"GRAFANA_USERNAME": "",
"GRAFANA_PASSWORD": "",
"GRAFANA_ORG_ID": "",
"GRAFANA_EXTRA_HEADERS": ""
}
}
}
}