Menu
Enterprise
Open source
Deploy with Helm
Deploy the Grafana MCP server on Kubernetes using the Helm chart from the Grafana helm-charts repository.
What you’ll achieve
The server runs in your cluster and can be used by MCP clients that connect to it (for example, via SSE or streamable-http and an Ingress or LoadBalancer).
Before you begin
kubectland Helm installed.- A Grafana URL and API key (or service account token) for the server to use.
Install the chart
Add the Grafana Helm repo and install the chart. Set grafana.url and grafana.apiKey (or the equivalent for your chart version) to your Grafana instance and token.
Bash
helm repo add grafana-community https://grafana-community.github.io/helm-charts
helm install --set grafana.apiKey=<Grafana_ApiKey> --set grafana.url=<GrafanaUrl> my-release grafana-community/grafana-mcpFor full chart options and defaults, refer to the grafana-mcp chart in the grafana-community helm-charts repository.
Next steps
- Configure authentication for service accounts and tokens.
- Configure transports and addresses for SSE or streamable-http in-cluster.
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Getting started with Grafana dashboard design
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.
Choose a product
Viewing: v13.0 (latest)
Find another version
Scroll for more