Skip to main content
Glama

Grafana MCP Server

by levalhq

generate_deeplink

Create direct links to Grafana dashboards, panels, and Explore queries with custom time ranges and parameters for easy sharing and access.

Instructions

Generate deeplink URLs for Grafana resources. Supports dashboards, panels, and Explore queries

Input Schema

NameRequiredDescriptionDefault
dashboardUidNoDashboard UID (required for dashboard and panel types)
datasourceUidNoDatasource UID (required for explore type)
panelIdNoPanel ID (required for panel type)
queryParamsNoAdditional query parameters
resourceTypeYesType of resource
timeRangeNoTime range for the link

Input Schema (JSON Schema)

{ "properties": { "dashboardUid": { "description": "Dashboard UID (required for dashboard and panel types)", "type": "string" }, "datasourceUid": { "description": "Datasource UID (required for explore type)", "type": "string" }, "panelId": { "description": "Panel ID (required for panel type)", "type": "number" }, "queryParams": { "additionalProperties": { "type": "string" }, "description": "Additional query parameters", "type": "object" }, "resourceType": { "description": "Type of resource", "enum": [ "dashboard", "panel", "explore" ], "type": "string" }, "timeRange": { "additionalProperties": false, "description": "Time range for the link", "properties": { "from": { "description": "Start time (e.g., \"now-1h\")", "type": "string" }, "to": { "description": "End time (e.g., \"now\")", "type": "string" } }, "required": [ "from", "to" ], "type": "object" } }, "required": [ "resourceType" ], "type": "object" }

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/levalhq/mcp-grafana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server