cd /news/agent-protocols/grafana-mcp-server-shipped-an-update · home topics agent-protocols article
[ARTICLE · art-138019] src=agentsearchengine.app ↗ pub= topic=agent-protocols verified=true sentiment=· neutral

Grafana MCP Server shipped an update

Grafana Labs' open-source Grafana MCP Server, a Go project with 3.5k GitHub stars last updated in September 2026, gives AI assistants access to a Grafana instance so they can search dashboards, run panel queries and query datasources including Prometheus, Loki, InfluxDB and SQL sources. The server works with self-hosted Grafana and Grafana Cloud, authenticates with a service account token, and can run through uv, Docker, a binary or Helm; it requires Grafana 9.0 or newer for some datasource features. Setup instructions are provided for Claude Code, Cursor, VS Code, Claude Desktop and Codex MCP clients.

read2 min views1 publishedSep 23, 2026
Grafana MCP Server shipped an update
Image: Agentsearchengine (auto-discovered)

Grafana's official MCP server for dashboards, datasources, Prometheus and Loki queries and more.

Sources and review #

Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.

On-call engineers who want an assistant to pull metrics and logs while investigating incidents.

You run a Grafana version older than 9.0; some datasource features rely on newer APIs.

About Grafana MCP Server #

Grafana Labs' MCP server gives AI assistants access to a Grafana instance and its ecosystem: search dashboards, run panel queries, and query datasources including Prometheus, Loki, InfluxDB and SQL sources. It works with self-hosted Grafana and Grafana Cloud, authenticating with a service account token, and can run through uv, Docker, a binary or Helm.

Grafana MCP Server is an open-source project written primarily in Go, with 3.5k stars on GitHub. It was last updated in September 2026.

Add Grafana MCP Server to your MCP client #

Generated from the launch command in the project's README. Your client starts the server on demand. Replace <your-token> with your own value first.

Claude Code #

claude mcp add grafana-mcp -e GRAFANA_URL=http://localhost:3000 -e 'GRAFANA_SERVICE_ACCOUNT_TOKEN=<your-token>' -- uvx mcp-grafana

Cursor #

{
  "mcpServers": {
    "grafana-mcp": {
      "command": "uvx",
      "args": ["mcp-grafana"],
      "env": {
        "GRAFANA_URL": "http://localhost:3000",
        "GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your-token>"
      }
    }
  }
}

VS Code #

{
  "servers": {
    "grafana-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": ["mcp-grafana"],
      "env": {
        "GRAFANA_URL": "http://localhost:3000",
        "GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your-token>"
      }
    }
  }
}

Claude Desktop #

{
  "mcpServers": {
    "grafana-mcp": {
      "command": "uvx",
      "args": ["mcp-grafana"],
      "env": {
        "GRAFANA_URL": "http://localhost:3000",
        "GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your-token>"
      }
    }
  }
}

Codex #

[mcp_servers.grafana-mcp]
command = "uvx"
args = ["mcp-grafana"]
env = { GRAFANA_URL = "http://localhost:3000", GRAFANA_SERVICE_ACCOUNT_TOKEN = "<your-token>" }

Make your product part of the discovery. Explore advertising

Grafana MCP Server vs. the alternatives #

All 163 alternatives →

Record Stars Pricing
Grafana MCP Serverthis listing 3.5k Go Apache-2.0 Open source
MCP Reference Servers 91k TypeScript MIT AND Apache-2.0 Open source
context7 62k TypeScript MIT Open source
chrome-devtools-mcp 53k TypeScript Apache-2.0 Open source
Playwright MCP 37k TypeScript Apache-2.0 Open source
github-mcp-server 33k Go MIT Open source
── more in #agent-protocols 4 stories · sorted by recency
── more on @grafana labs 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/grafana-mcp-server-s…] indexed:0 read:2min 2026-09-23 ·