Back to Home
ry-ops icon

grafana-a2a-mcp-server

Verified Safe

by ry-ops

Overview

Provides a Model Context Protocol (MCP) server for Claude AI and other agents to interact with Grafana's HTTP API for dashboards, datasources, alerts, and annotations.

Installation

Run Command
python -m grafana_mcp.server

Environment Variables

  • GRAFANA_URL
  • GRAFANA_API_KEY
  • GRAFANA_USERNAME
  • GRAFANA_PASSWORD

Security Notes

The server securely handles Grafana authentication via API keys or basic auth, relying on environment variables for credentials. It uses `httpx` for async HTTP requests to Grafana, and `mcp` for stdio communication with AI clients. No 'eval' or malicious patterns were detected. Error handling prevents exposing raw server-side stack traces to the MCP client. The architecture generally adheres to good security practices for an API proxy.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-03

Tags

GrafanaMCPAIAgent-to-AgentObservabilityPython