Add Grafana Dashboards-as-Code (mcp-grafana) to Community Plugins: Tools & Integrations#36
Open
jburgess wants to merge 2 commits into
Open
Add Grafana Dashboards-as-Code (mcp-grafana) to Community Plugins: Tools & Integrations#36jburgess wants to merge 2 commits into
jburgess wants to merge 2 commits into
Conversation
Add Grafana Dashboards-as-Code (mcp-grafana) to Tools & Integrations MCP server for building Grafana assets as code: typed dashboard/panel builders, structural linting, semantic dashboard diff, and scaffold/audit/review recipes. Added under Community Plugins, sorted after "GH Project". Passes codex-plugin-scanner lint + verify (schema checks).
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 files)
Reviewed by laguna-m.1-20260312:free · 112,677 tokens |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
Adds Grafana Dashboards-as-Code (jburgess/mcp-grafana) to Community Plugins → Tools & Integrations, inserted alphabetically right after "GH Project".
What the extension does
An MCP server (published on npm as
@jburgess-js/mcp-grafana) for building Grafana assets as code: strongly-typed dashboard and panel builders, a structural lint surface, a semantic dashboard diff, and scaffold/audit/review workflow recipes (also exposed as MCP prompts). It ships thegrafana-style-guideskill. Output is deterministic JSON targeting Grafana 12.x; it runs fully offline and needs no Grafana credentials.Repository
https://github.com/jburgess/mcp-grafana
Category
Community Plugins → Tools & Integrations (after "GH Project").
Activity
Actively maintained — latest release
v0.3.1(2026-05-26), with a steady stream of merged feature/fix PRs. Published to npm.Verification
Ran the scanner from
CONTRIBUTING.mdagainst the repo:pipx run codex-plugin-scanner lint .→ PASS (policy_pass=True, score 81).pipx run codex-plugin-scanner verify .→ all manifest, marketplace, and skill schema checks pass (interface metadata,capability enumeration,marketplace policy metadata, skill manifests/frontmatter/references all green).The only non-green case is
mcp: stdio run:grafana, where the scanner allows the server a 2-second window to answerinitialize— annpx -ycold start exceeds that. It is not a manifest defect: run directly, the server returns a valid initialize response (serverInfo.name=mcp-grafana,version 0.3.1), so it clears wherever the package is already resolvable.Closes: jburgess/mcp-grafana#121