grafana

AI Marketplace — AI skill for Claude Code

AI community

Plugin marketplace for AI-assisted Grafana observability workflows in Cursor, Claude Code, Kiro, Grok Build, and Codex.

How to install AI Marketplace

This entry records only its repository, not the path inside it, so there is no exact command to give. Open grafana/ai-marketplace and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Marketplace does

Plugin marketplace for AI-assisted Grafana observability workflows in **Cursor**, **Claude Code**, **Kiro**, **Grok Build**, and **Codex**.

Alternatives in AI

  • Cl4r1t4s — LEAKED SYSTEM PROMPTS FOR CHATGPT, CLAUDE, GEMINI, GROK, PERPLEXITY, CURSOR, LOVABLE, REPLIT, AND MORE 47.2k ★
  • Memory Forge Rs — Stop resetting satisfying AI chats — edit the memory instead 474 ★
  • Agenttrail — Local observability map for AI coding agents 269 ★

README

Grafana AI Marketplace

Plugin marketplace for AI-assisted Grafana observability workflows in **Cursor**, **Claude Code**, **Kiro**, **Grok Build**, and **Codex**.

Two ways to connect Grafana, depending on the plugin:

  • Hosted Grafana Cloud MCP (grafana-cloud-mcp) — the hosted https://mcp.grafana.com/mcp server over Streamable HTTP with OAuth 2.1. No local Docker and no service-account token.
  • Local Grafana MCP (grafana-mcp) — the official `grafana/mcp-grafana` Docker image in stdio mode, using a Grafana service-account token.

Getting started

Hosted Grafana Cloud MCP (OAuth, no local setup)

  1. Have a Grafana Cloud account with the Assistant Cloud MCP User role or the grafana-assistant-app.cloud-mcp:access permission (Editor and higher have it by default).
  2. Install the grafana-cloud-mcp plugin from your platform's marketplace.
  3. When prompted, enter your Grafana Cloud URL and authorize the connection in your browser. Choose read-only or read + write access during consent.

Authorizing **read + write** access additionally requires the **Assistant Admin** role or the `grafana-assistant-app.cloud-mcp.scope:write` permission. If **Write** is unavailable on the OAuth consent page, ask your Grafana organization administrator to grant it.

No Docker, environment variables, or service-account token are required.

Local Grafana MCP (Docker + service-account token)

  1. [Docker](https://docs.docker.com/get-docker/) must be installed and running.

  2. Create a [service account](https://grafana.com/docs/grafana/latest/administration/service-accounts/) in Grafana with at least **Viewer** role (or **Editor** for write operations) and generate a token.

  3. Set environment variables:

    export GRAFANA_URL="http://localhost:3000"
    export GRAFANA_SERVICE_ACCOUNT_TOKEN=""

    For Grafana Cloud, use your instance URL instead (e.g. `https://myinstance.grafana.net`).

  4. Insta