.env.example•760 B
# Grafana MCP Server Configuration
# Required
GRAFANA_URL=http://localhost:3000
GRAFANA_API_KEY=your_service_account_token_here
# Optional: Enable debug mode for detailed HTTP request/response logging
GRAFANA_DEBUG=false
# Optional: Timeout for HTTP requests (milliseconds)
GRAFANA_TIMEOUT=30000
# Optional: Tool categories to disable (comma-separated)
# Available categories: dashboards,datasources,prometheus,loki,alerting,incident,sift,oncall,admin,navigation
# Example: GRAFANA_DISABLE_TOOLS=incident,sift,oncall
GRAFANA_DISABLE_TOOLS=
# Optional: TLS Configuration for mTLS/custom certificates
# GRAFANA_TLS_CERT_FILE=/path/to/client.crt
# GRAFANA_TLS_KEY_FILE=/path/to/client.key
# GRAFANA_TLS_CA_FILE=/path/to/ca.crt
# GRAFANA_TLS_SKIP_VERIFY=false