Add Grafana plugins (grafana-mcp, grafana-assistant, grafana-cloud-mcp) (#3416)

This commit is contained in:
Bryan Thompson 2026-06-30 15:15:16 -05:00 committed by GitHub
parent 32a783efc9
commit e8a08808eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1419,6 +1419,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.",