Skip to content

Commit 147e728

Browse files
authored
feat: add Grafana plugin for dashboard and datasource management (#7)
Add Grafana MCP plugin to marketplace providing access to Grafana dashboards, datasources, and querying capabilities.
1 parent 3f30b85 commit 147e728

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,18 @@
5252
{
5353
"name": "firebase",
5454
"description": "Prototype, build & run modern apps users love with Firebase's backend, AI, and operational infrastructure.",
55-
"author": "Google",
5655
"source": {
5756
"source": "github",
5857
"repo": "pleaseai/firebase-plugin"
5958
}
59+
},
60+
{
61+
"name": "grafana",
62+
"description": "A Model Context Protocol (MCP) server for Grafana providing access to dashboards, datasources, and querying capabilities",
63+
"source": {
64+
"source": "github",
65+
"repo": "amondnet/grafana-plugin"
66+
}
6067
}
6168
]
6269
}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
[submodule "plugins/firebase"]
2020
path = plugins/firebase
2121
url = git@github.com:pleaseai/firebase-plugin.git
22+
[submodule "plugins/grafana"]
23+
path = plugins/grafana
24+
url = git@github.com:amondnet/mcp-grafana.git

plugins/grafana

Submodule grafana added at b05b8a0

0 commit comments

Comments
 (0)