Skip to main content
Feedback

Grafana MCP connector

Grafana is an open-source analytics and monitoring platform for visualizing metrics, logs, and traces from multiple data sources. The Grafana MCP connector allows AI agents to create and manage dashboards, add annotations to time-series data, and organize content with folders. It also supports searching across dashboards, managing teams and their permissions, and retrieving specific dashboard configurations by unique identifier.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Grafana MCP connector to perform the following actions:

  • Mark critical incidents on dashboards with timestamped annotations for team visibility
  • Create and manage monitoring dashboards to track system performance across environments
  • Organize teams with role-based access to dashboards and alerts in Grafana
  • Add and remove team members to control who monitors specific infrastructure and applications
  • Provision new users across your Grafana organization to expand monitoring capabilities
  • Search and retrieve dashboards and folders to audit monitoring setup and governance
  • Update team permissions and user roles to enforce security and compliance policies

Example prompts

Use the following example prompts to invoke Grafana MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new dashboard in Grafana to track our API response times.
  • Add our DevOps team members to the production monitoring dashboard in Grafana.
  • Find all dashboards in Grafana related to database performance.
  • Mark a service outage event on our infrastructure dashboard in Grafana.
  • Remove a contractor from the Grafana organization after their project ends.
  • Update the engineering team permissions in Grafana to access the new microservices dashboard.
  • Show me all folders and dashboards we have set up in Grafana.
  • Create a new team in Grafana for our incident response group.
  • Add a new engineer to our Grafana organization and assign them to the observability team.
  • Delete an old dashboard from Grafana that we no longer use for monitoring.

Grafana MCP connector tools

The Grafana MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
grafana_grafanacreateannotation_invokeCreates a marker or note at a specific time point on a graph or dashboard.
createDashboardCreates a new dashboard or updates an existing one with visualizations and panels.
getDashboardRetrieves a specific dashboard along with its configuration and contents.
deleteDashboardRemoves a dashboard from the system permanently.
searchDashboardsFinds dashboards and folders based on search criteria or keywords.
getFoldersLists all folders available in the organization.
createTeamEstablishes a new team for grouping users and managing permissions.
searchTeamsLocates teams based on specified search terms or filters.
getTeamRetrieves details about a specific team by its identifier.
updateTeamModifies team information such as name or description.
deleteTeamRemoves a team from the organization.
getTeamMembersLists all members belonging to a specific team.
addTeamMemberAssigns a user to a team membership.
removeTeamMemberRemoves a user from a team.
getOrgUsersLists all users in the organization.
addOrgUserAdds a user to the organization.
updateOrgUserModifies a user's role or organizational settings.
removeOrgUserRemoves a user from the organization.
On this Page