Grafana
How to issue a Grafana service-account token and connect it to Nora.
Where to apply for credentials
Grafana — Service accounts docs
Open Service accounts
Your Grafana instance → Administration → Service accounts → Add service account.
Pick a role
Viewer for read-only agents, Editor for dashboard authorship, Admin for cluster-level changes.
Connect in Nora
Set Grafana URL to your instance origin (must be public — RFC1918 hosts rejected). Paste the API Key. Nora callsGET <url>/api/org with Bearer auth and reports the org name.
MCP server
No official Grafana MCP server today.Environment variables Nora injects
| Variable | Source |
|---|---|
GRAFANA_TOKEN | API Key field |
GRAFANA_URL | Grafana URL field |

