We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grafana/mcp-grafana'
If you have feedback or need assistance with the MCP directory API, please join our Discord 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": "$VERSION",
"icon": "assets/icon.png",
"packages": [
{
"registryType": "oci",
"identifier": "docker.io/grafana/mcp-grafana:$VERSION",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL to your Grafana instance",
"isRequired": true,
"format": "string",
"isSecret": false,
"name": "GRAFANA_URL"
},
{
"description": "Service account token used to authenticate with your Grafana instance",
"isRequired": false,
"format": "string",
"isSecret": true,
"name": "GRAFANA_SERVICE_ACCOUNT_TOKEN"
},
{
"description": "Username to authenticate with your Grafana instance",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "GRAFANA_USERNAME"
},
{
"description": "Password to authenticate with your Grafana instance",
"isRequired": false,
"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.",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "GRAFANA_ORG_ID"
},
{
"description": "JSON object of additional HTTP headers to send with all Grafana API requests",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "GRAFANA_EXTRA_HEADERS"
}
]
}
]
}