Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .changeset/grafana-mcp-alpine-image.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@
"digest": "sha256:bf343399e3725c45528f531a230f3a04521d4cdef29f9a5af6282ff0d3c393c5",
"pinned_image": "ghcr.io/github/serena-mcp-server:sha-891c160@sha256:bf343399e3725c45528f531a230f3a04521d4cdef29f9a5af6282ff0d3c393c5"
},
"grafana/mcp-grafana": {
"image": "grafana/mcp-grafana",
"digest": "sha256:5efeafd01cd7e1aea9c4b0f03305951f2944db8f43e5ae290cce9578c977f241",
"pinned_image": "grafana/mcp-grafana@sha256:5efeafd01cd7e1aea9c4b0f03305951f2944db8f43e5ae290cce9578c977f241"
"grafana/mcp-grafana:1.0.0-alpine": {
"image": "grafana/mcp-grafana:1.0.0-alpine",
"digest": "sha256:b04c198d78ef3ae9bf22147802df510460b71ea573ef3932a4ab8ad87e595198",
"pinned_image": "grafana/mcp-grafana:1.0.0-alpine@sha256:b04c198d78ef3ae9bf22147802df510460b71ea573ef3932a4ab8ad87e595198"
},
"mcp/arxiv-mcp-server": {
"image": "mcp/arxiv-mcp-server",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-token-consumption-report.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .github/workflows/portfolio-analyst.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .github/workflows/shared/mcp/grafana.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
mcp-servers:
grafana:
container: "grafana/mcp-grafana"
container: "grafana/mcp-grafana:1.0.0-alpine"
entrypointArgs:
- "-t"
- "stdio"
Expand Down Expand Up @@ -30,6 +30,11 @@ Required secrets:
This shared component runs the Grafana MCP server in stdio mode with write
operations disabled.

The Alpine-based image variant (`-alpine`) is used instead of the default
Debian bookworm-slim variant: the Debian base layer ships a large set of OS
packages (perl-base, libc-bin, util-linux, ...) that carry unpatched CVEs and
GPL/LGPL licenses rejected by the repository license policy.

Allowed tools:
- list_datasources
- get_datasource
Expand Down
Loading
Loading