16 lines
511 B
JSON
16 lines
511 B
JSON
{
|
|
"mcpServers": {
|
|
"grafana": {
|
|
"description": "A Model Context Protocol server for interacting with Grafana dashboards and monitoring. Supports both self-hosted Grafana instances and Grafana Cloud.",
|
|
"command": "mcp-grafana",
|
|
"args": [],
|
|
"env": {
|
|
"GRAFANA_URL": "http://localhost:3000",
|
|
"GRAFANA_SERVICE_ACCOUNT_TOKEN": "<your service account token>",
|
|
"GRAFANA_USERNAME": "<your username>",
|
|
"GRAFANA_PASSWORD": "<your password>"
|
|
}
|
|
}
|
|
}
|
|
}
|