An MCP server giving access to Grafana dashboards, data and more.
What it says
The record the registry holds
Where it answers
https://mcp.grafana.com/mcp · streamable-http
How you get it
It also ships as a package you run yourself.
docker.io/grafana/mcp-grafana:1.1.0 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.grafana/mcp-grafana",
"description": "An MCP server giving access to Grafana dashboards, data and more.",
"repository": {
"url": "https://github.com/grafana/mcp-grafana",
"source": "github"
},
"version": "v1.1.0",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/grafana/mcp-grafana:1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL to your Grafana instance",
"isRequired": true,
"format": "string",
"name": "GRAFANA_URL"
},
{
"description": "Service account token used to authenticate with your Grafana instance",
"format": "string",
"isSecret": true,
"name": "GRAFANA_SERVICE_ACCOUNT_TOKEN"
},
{
"description": "Username to authenticate with your Grafana instance",
"format": "string",
"name": "GRAFANA_USERNAME"
},
{
"description": "Password to authenticate with your Grafana instance",
"format": "string",
"isSecret": true,
"name": "GRAFANA_PASSWORD"
},
{
"description": "Organization ID for multi-org support. Can also be set via X-Grafana-Org-Id header in SSE/streamable HTTP transports.",
"format": "string",
"name": "GRAFANA_ORG_ID"
},
{
"description": "JSON object of additional HTTP headers to send with all Grafana API requests",
"format": "string",
"name": "GRAFANA_EXTRA_HEADERS"
},
{
"description": "Comma-separated list of HTTP header names to forward from the incoming request to Grafana (SSE/streamable-http only). Example: Cookie,X-Session-Id",
"format": "string",
"name": "GRAFANA_FORWARD_HEADERS"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.grafana.com/mcp",
"headers": [
{
"description": "URL of your Grafana Cloud instance",
"placeholder": "https://<instance>.grafana.net",
"name": "X-Grafana-URL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-10T09:41:17.891892Z",
"publishedAt": "2026-08-10T09:41:17.891892Z",
"updatedAt": "2026-08-10T09:41:17.891892Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion v1.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.