Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .grok-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,19 @@
"homepage": "https://github.com/obra/superpowers",
"keywords": ["superpowers"]
},
{
"name": "grafana",
"description": "Grafana observability platform integration. Access dashboards, query Prometheus and Loki, manage alerts, create incidents, and interact with OnCall directly from Grok.",
"category": "monitoring",
"source": {
"source": "url",
"url": "https://github.com/grafana/ai-marketplace.git",
"sha": "a5c72f2d74c640e9675eb0249526447968535015"
},
"homepage": "https://github.com/grafana/ai-marketplace",
"keywords": ["grafana", "grafana mcp", "grafana cloud"],
"domains": ["grafana.com", "grafana.net"]
},
{
"name": "mongodb",
"description": "Official plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best practices, develop advanced features, and more.",
Expand Down
25 changes: 25 additions & 0 deletions .grok-plugin/plugin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,31 @@
]
}
},
"grafana": {
"sha": "a5c72f2d74c640e9675eb0249526447968535015",
"components": {
"mcpServers": [
{
"name": "grafana",
"description": "stdio"
}
],
"skills": [
{
"name": "grafana-assistant-cli",
"description": "Use the grafana-assistant CLI to interact with Grafana Assistant via A2A API. Covers installation, configuration, promp…"
},
{
"name": "grafana-cloud-mcp-tools",
"description": "Connect to and use the Grafana Cloud MCP server effectively. Covers setup, OAuth authorization, tool categories, read/w…"
},
{
"name": "grafana-mcp-tools",
"description": "Install, configure, and use the Grafana MCP server effectively. Covers setup via Docker or binary, environment variable…"
}
]
}
},
"mongodb": {
"sha": "9ea7387c7a1638604542c6efd52e5efc6a7fc393",
"components": {
Expand Down