17 lines
498 B
YAML
17 lines
498 B
YAML
|
|
name: grafana
|
||
|
|
version: "1.0.0"
|
||
|
|
description: Grafana MCP server for dashboards, datasources, and alerts
|
||
|
|
packageName: "@leval/mcp-grafana"
|
||
|
|
transport: STDIO
|
||
|
|
repositoryUrl: https://github.com/levalhq/mcp-grafana
|
||
|
|
healthCheck:
|
||
|
|
tool: list_datasources
|
||
|
|
arguments: {}
|
||
|
|
env:
|
||
|
|
- name: GRAFANA_URL
|
||
|
|
description: Grafana instance URL (e.g. https://grafana.example.com)
|
||
|
|
required: true
|
||
|
|
- name: GRAFANA_SERVICE_ACCOUNT_TOKEN
|
||
|
|
description: Grafana service account token (glsa_...)
|
||
|
|
required: true
|