概览
What is Rundeck MCP Server?
A Model Context Protocol (MCP) server that provides tools to interact with the Rundeck CLI through AI, enabling Rundeck operations without direct command-line usage.
How to use Rundeck MCP Server?
Install Node.js (v14+), clone the repository, install dependencies, build the project, then configure the MCP settings file with environment variables (RUNDECK_CLI_PATH, RUNDECK_BASE_URL, RUNDECK_API_TOKEN) and restart VS Code or Claude Desktop.
Key features of Rundeck MCP Server
- List, get info, execute, and predict jobs
- List, get info, get output, and track executions
- List and get information about projects
- List nodes and retrieve system information
Use cases of Rundeck MCP Server
- Automate job execution and monitoring via natural language
- Retrieve execution logs and node details without CLI commands
- Integrate Rundeck operations into AI‑powered workflows
FAQ from Rundeck MCP Server
What is the Rundeck MCP Server?
It is an MCP server that allows you to perform Rundeck operations using AI without directly using the Rundeck CLI.
What are the prerequisites for installation?
Node.js v14 or higher and the Rundeck CLI tool installed on the system.
What environment variables are required?
RUNDECK_CLI_PATH (path to the rd binary), RUNDECK_BASE_URL (Rundeck server URL), and RUNDECK_API_TOKEN (API token for authentication).
How do I configure the server in my MCP client?
Add a rundeck entry to your MCP settings file with the command node, arguments pointing to the built index.js, and the required environment variables.
What should I check if the server doesn’t work?
Ensure the Rundeck CLI is working, RUNDECK_CLI_PATH points to the correct binary, RUNDECK_BASE_URL and RUNDECK_API_TOKEN are correct, and the MCP settings file is properly configured.