Discover and explore top open-source AI tools and projects—updated daily.
grafanaMCP server for Grafana
Top 23.9% on SourcePulse
This project provides a Model Context Protocol (MCP) server for Grafana, enabling programmatic access to Grafana dashboards, datasources, incidents, and alerting features. It targets developers and users who need to integrate Grafana's observability data and controls into other applications or workflows, such as AI assistants or custom automation scripts.
How It Works
The MCP server acts as a bridge, translating requests from an MCP client into API calls to a Grafana instance. It supports a configurable set of "tools" that map to specific Grafana functionalities, including searching dashboards, querying Prometheus and Loki, managing incidents, and interacting with Grafana OnCall. This modular design allows users to tailor the server's capabilities to their specific needs and context window limitations.
Quick Start & Requirements
docker pull mcp/grafana$PATH.GOBIN="$HOME/go/bin" go install github.com/grafana/mcp-grafana/cmd/mcp-grafana@latestGRAFANA_URL and GRAFANA_API_KEY environment variables.Highlighted Details
Maintenance & Community
make run.Licensing & Compatibility
Limitations & Caveats
16 hours ago
1 day
MagnivOrg