---
title: "Grafana MCP"
description: "Grafana's MCP server for giving agents access to your Grafana instance."
canonical: "https://vetted.tools/mcp/grafana-mcp"
source: "https://vetted.tools/mcp/grafana-mcp.md"
---

# Grafana MCP

Grafana's MCP server for giving agents access to your Grafana instance.

Source: https://vetted.tools/mcp/grafana-mcp

- Slug: `grafana-mcp`
- By [Grafana Labs](https://vetted.tools/companies/grafana) ([GitHub](https://github.com/grafana/mcp-grafana), checked 2026-09-26)
- Repository: [https://github.com/grafana/mcp-grafana](https://github.com/grafana/mcp-grafana)

## Install

### Claude Code (Terminal)

```text
claude mcp add --transport http grafana https://mcp.grafana.com/mcp
```

### Cursor (~/.cursor/mcp.json)

```json
{
  "mcpServers": {
    "grafana": {
      "url": "https://mcp.grafana.com/mcp"
    }
  }
}
```

### Codex (~/.codex/config.toml)

```text
[mcp_servers.grafana]
url = "https://mcp.grafana.com/mcp"
```

## Facts

- License: Apache-2.0 ([GitHub](https://github.com/grafana/mcp-grafana), checked 2026-09-25)
- Official: Yes. The registry verified the publisher's namespace. ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.grafana%2Fmcp-grafana), checked 2026-09-25)
- Remote URL: https://mcp.grafana.com/mcp ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.grafana%2Fmcp-grafana), checked 2026-09-25)
- Registry version: 1.5.1 ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.grafana%2Fmcp-grafana), checked 2026-09-25)
- Transport: Remote MCP (streamable HTTP) ([MCP registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.grafana%2Fmcp-grafana), checked 2026-09-25)

## Maintenance

- 126 contributors on [GitHub](https://github.com/grafana/mcp-grafana) as of 2026-09-25.

## Elsewhere on this site

- Home: https://vetted.tools/index.md
- Use cases: https://vetted.tools/use-cases.md
- Tools: https://vetted.tools/tools.md
- The brief: https://vetted.tools/brief.md
- Assessment: https://vetted.tools/assessment.md
- Site summary for agents: https://vetted.tools/llms.txt
- Every published page in one file: https://vetted.tools/llms-full.txt
- Every URL the site publishes: https://vetted.tools/sitemap.xml
