Back to Home
quanticsoul4772 icon

grafana-mcp

Verified Safe

by quanticsoul4772

Overview

Provides AI-powered integration with Grafana instances via Model Context Protocol (MCP) tools for management and querying.

Installation

Run Command
node build/main.js

Environment Variables

  • GRAFANA_URL
  • GRAFANA_TOKEN

Security Notes

The server demonstrates a strong security-first design, featuring automatic credential sanitization in logs and outputs (`security-utils.ts`), and robust error categorization to prevent sensitive internal details from being exposed to the user. It explicitly loads `GRAFANA_TOKEN` from environment variables, which is a recommended practice. TLS configuration with optional `GRAFANA_TLS_SKIP_VERIFY` provides control over certificate validation, although skipping verification should be used with caution in production. Input validation using Zod schemas adds a layer of protection against malformed requests. No 'eval' or other dynamic code execution from external, untrusted input was found.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-11-23

Tags

GrafanaMCPMonitoringObservabilityTypeScript