Menu
This is documentation for the next version of Grafana documentation. For the latest stable release, go to the latest version.
Documentation
Grafana documentation
Developer resources
Grafana MCP server
Set up
Install the binary
Enterprise
Open source
Install the binary
Install the Grafana MCP server by downloading a release binary or building from source. This gives you a single executable in your $PATH.
What you’ll achieve
You have the mcp-grafana binary available so your MCP client can run it directly (typically in stdio mode).
Before you begin
- For source build: a Go toolchain (see Go install).
Download a release
- Open the releases page on GitHub.
- Download the archive for your platform.
- Extract the binary and place it in a directory that is in your
$PATH.
Build from source
If you have a Go toolchain installed you can also build and install it from source. Use go install and set GOBIN so the binary is installed where you want it (for example, a directory in your $PATH).
Bash
GOBIN="$HOME/go/bin" go install github.com/grafana/mcp-grafana/cmd/mcp-grafana@latestEnsure $GOBIN (or $HOME/go/bin) is in your $PATH. Then add the server to your MCP client config with "command": "mcp-grafana" (or the full path if needed).
Next steps
- Configure authentication for Grafana credentials.
- Deploy with Helm if you run the server on Kubernetes.
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: next
Find another version
Scroll for more