From af34c25e34679e708945467b42bf57e1a92a2dbd Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Fri, 26 Jun 2026 10:30:52 -0500 Subject: [PATCH] Add Grafana plugins (grafana-mcp, grafana-assistant, grafana-cloud-mcp) --- .claude-plugin/marketplace.json | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 61e84e40..36b2f7d6 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1403,6 +1403,54 @@ } } }, + { + "name": "grafana-assistant", + "description": "Skills and rules for developing and using the Grafana Assistant app and CLI.", + "author": { + "name": "Grafana" + }, + "category": "monitoring", + "source": { + "source": "git-subdir", + "url": "https://github.com/grafana/ai-marketplace.git", + "path": "plugins/grafana-assistant", + "ref": "main", + "sha": "a5c72f2d74c640e9675eb0249526447968535015" + }, + "homepage": "https://grafana.com" + }, + { + "name": "grafana-cloud-mcp", + "description": "Hosted MCP server for AI-assisted Grafana Cloud observability — no local installation required.", + "author": { + "name": "Grafana" + }, + "category": "monitoring", + "source": { + "source": "git-subdir", + "url": "https://github.com/grafana/ai-marketplace.git", + "path": "plugins/grafana-cloud-mcp", + "ref": "main", + "sha": "a5c72f2d74c640e9675eb0249526447968535015" + }, + "homepage": "https://grafana.com" + }, + { + "name": "grafana-mcp", + "description": "MCP server for AI-assisted Grafana dashboard, datasource, alerting, and incident management.", + "author": { + "name": "Grafana" + }, + "category": "monitoring", + "source": { + "source": "git-subdir", + "url": "https://github.com/grafana/ai-marketplace.git", + "path": "plugins/grafana-mcp", + "ref": "main", + "sha": "a5c72f2d74c640e9675eb0249526447968535015" + }, + "homepage": "https://grafana.com" + }, { "name": "greptile", "description": "AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.",