Skip to main content
Feedback

Rundeck MCP connector

Rundeck is an open-source job scheduling and runbook automation platform for executing operations tasks across infrastructure. The Rundeck MCP connector allows AI agents to trigger job executions and retrieve job metadata, including status, output, and configuration details. It supports automating operational workflows, coordinating infrastructure tasks, and monitoring job execution across distributed systems.

Authentication type

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

Uses

Use the Rundeck MCP connector to perform the following actions:

  • Deploy application updates across multiple servers without manual intervention
  • Execute infrastructure maintenance tasks on scheduled intervals automatically
  • Trigger disaster recovery runbooks when system failures occur
  • Automate database backup and restoration workflows across your environment
  • Run compliance audits and generate reports on operational activities
  • Execute health checks across distributed systems and alert on failures
  • Orchestrate multi-step deployment pipelines for continuous delivery workflows

Example prompts

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

  • Run the database backup job in Rundeck and tell me if it succeeded.
  • Show me all available jobs in Rundeck that I can execute.
  • Execute the server restart runbook in Rundeck for the production environment.
  • Get the details and execution history for the log rotation job in Rundeck.
  • Run the compliance audit job in Rundeck and retrieve the results.
  • Execute the disaster recovery procedure in Rundeck immediately.
  • Show me which Rundeck jobs ran today and their completion status.
  • Trigger the security patch deployment job in Rundeck across all regions.
  • Get information about the infrastructure health check job in Rundeck.
  • Execute the cleanup job in Rundeck and confirm when it finishes.

Rundeck MCP connector tools

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

ToolDescription
executeJobRuns a specified job in Rundeck and monitors its execution status.
getJobMetadataRetrieves configuration details and information about a specific job.
On this Page