Grafana for your agents.
Connect Grafana once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 16 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Grafana.
What agents can do with Grafana
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
grafana_list_orgsList organizations the token belongs to.
grafana_list_instancesList Grafana instances (stacks) in the org.
grafana_get_instanceGet details of a Grafana instance (stack) by slug.
grafana_get_orgGet one organization by its slug or numeric id.
grafana_list_org_membersList the members of an organization.
grafana_list_org_instancesList the Grafana instances (stacks) that belong to an organization.
grafana_list_pluginsSearch the public Grafana plugin catalog (panels, data sources, apps).
grafana_get_pluginGet one plugin from the catalog by its slug (e.g. grafana-clock-panel).
grafana_create_instanceProvision a new Grafana instance (stack).
grafana_update_instanceUpdate a Grafana instance's settings.
grafana_delete_instanceDelete a Grafana instance by slug. This is irreversible.
grafana_invite_memberInvite a user to an organization.
grafana_remove_memberRemove a member from an organization.
grafana_list_access_policiesList access policies for an organization.
grafana_list_service_accountsList service accounts in an organization.
grafana_get_service_accountGet a single service account by id.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to Grafana Cloud Portal > Service Accounts.
- Click 'Add Service Account', name it (e.g. even-connect).
- Assign a role (Viewer, Editor, or Admin).
- Click 'Create service account token' and copy the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Grafana to Even: call connect_begin("grafana") on the even-connect MCP and walk me through it.
List Grafana organizations and instances, retrieve instance details by slug, and browse available plugins.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.