grafana-assistant

grafana-assistant is a cursor rule for Cursor from grafana/ai-marketplace. It costs 196 tokens per session, scanned A, original, Apache-2.0.

Usage rules for working with Grafana, a platform for dashboards, monitoring data, logs, and alerts.

In plain words
What is it for?
Finding dashboards, extracting selected properties, querying Prometheus or Loki, applying small dashboard patches, and linking to results.
Why use it?
They reduce unnecessary data retrieval and guide the agent toward focused queries and targeted dashboard changes.

Cursor rule for Cursor ✓ vendor

Written for Cursor: a Cursor rule (.mdc).

Good fit Finding dashboards, extracting selected properties, querying Prometheus or Loki, applying small dashboard patches, and linking to results.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/grafana/ai-marketplace/grafana-assistant
About the project

Grafana AI Marketplace is a collection of plugins and related configuration for using AI coding agents with Grafana observability workflows. It connects agents to Grafana through either a hosted Grafana Cloud MCP server or a locally run Grafana MCP service, and its catalogue add-ons provide those integrations.

grafana/ai-marketplace · 17 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/grafana/ai-marketplace

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for grafana-assistant

README.md
[![agentmods](https://agentmods.dev/badge/rules/grafana/ai-marketplace/grafana-assistant/github.svg)](https://agentmods.dev/rules/grafana/ai-marketplace/grafana-assistant)
Your own site
<a href="https://agentmods.dev/rules/grafana/ai-marketplace/grafana-assistant"><img src="https://agentmods.dev/badge/rules/grafana/ai-marketplace/grafana-assistant/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for grafana-assistant

Your own site · 80×15
<a href="https://agentmods.dev/rules/grafana/ai-marketplace/grafana-assistant"><img src="https://agentmods.dev/badge/rules/grafana/ai-marketplace/grafana-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 196 This file is loaded in full into every session.
When invoked 196 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00196 $0.00196
Opus 5 $0.00098 $0.00098
Sonnet 5 $0.00039 $0.00039
Haiku 4.5 $0.00020 $0.00020

Measured 11d ago against content hash 46df50dd7d78, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

grafana-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/grafana-assistant/rules/grafana-assistant.mdc · 16 lines

What it actually says

grafana-assistant:

  • Use get_dashboard_summary instead of get_dashboard_by_uid to avoid consuming the context window with full dashboard JSON.
  • Use get_dashboard_property with JSONPath expressions to extract only the specific parts you need from a dashboard.
  • Prefer patch_dashboard for targeted modifications rather than update_dashboard with the full JSON payload.
  • When querying Prometheus, always specify a reasonable time range to avoid overwhelming results.
  • When querying Loki, prefer targeted LogQL selectors with label matchers over broad queries.
  • Use search_dashboards to discover dashboards before attempting to retrieve them by UID.
  • Avoid write operations (update_dashboard, create_incident, create_alert_rule) unless explicitly asked by the user.
  • When presenting Grafana data, use generate_deeplink to provide clickable URLs rather than describing navigation steps.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 16 lines · 196 tokens per session scan A 46df50dd7d78

Subscribe to this mod's changes

grafana-assistant is a cursor rule published in the GitHub repository grafana/ai-marketplace (17 stars, last pushed yesterday), licensed Apache-2.0. It adds 196 tokens to every session, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.