We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grafana/mcp-grafana'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"ignorePresets": [
"github>grafana/grafana-renovate-config//presets/base",
"github>grafana/grafana-renovate-config//presets/automerge",
"github>grafana/grafana-renovate-config//presets/labels",
"github>grafana/grafana-renovate-config//presets/npm"
],
"extends": [
"config:best-practices",
":disableDependencyDashboard",
":preserveSemverRanges",
"schedule:weekly",
"group:allNonMajor",
"github>grafana/grafana-renovate-config//presets/plugin-ci-workflows"
],
"minimumReleaseAge": "14 days",
"rebaseWhen": "conflicted",
"separateMajorMinor": true,
"packageRules": [
{
"description": "Group all non-major updates into a single PR",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"groupName": "all non-major dependencies"
},
{
"description": "Major updates get individual PRs for careful review",
"matchUpdateTypes": ["major"],
"groupName": null
},
{
"description": "Group Docker digest updates and automerge",
"matchDatasources": ["docker"],
"matchUpdateTypes": ["digest"],
"groupName": "docker digest updates",
"automerge": true
},
{
"description": "Automerge patch-level updates",
"matchUpdateTypes": ["patch", "pin"],
"automerge": true
}
]
}