Skip to main content
Glama

Grafana

Official
by grafana
Apache 2.0
1,732
  • Linux
  • Apple
server.json1.44 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/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" }, "packages": [ { "registryType": "oci", "identifier": "docker.io/grafana/mcp-grafana", "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" } ] } ] }

MCP directory API

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