rundeck-mcp-server
0
The Rundeck MCP Server provides a set of tools for performing Rundeck operations using AI, eliminating the need for direct CLI interaction. It supports management of jobs, executions, projects, and nodes, offering a streamlined setup with detailed configuration guidance.
Rundeck MCP Server
This project is a Model Context Protocol (MCP) server for interacting with the Rundeck CLI. It enables performing Rundeck operations with AI without direct command line interaction. Key features include:
- Jobs Management: List, get information, execute, and predict
- Executions Management: List, get information, get output, and track
- Projects Management: List and get information
- Nodes and System Information: List nodes and get system information
Installation
Prerequisites: Node.js (v14 or higher), Rundeck CLI tool.
Steps:
- Clone the repository and change into the directory.
- Install dependencies.
- Build the project.
- Configure the MCP settings file with required paths and tokens.
Restart VS Code or Claude Desktop for changes to take effect.
For more on installing the Rundeck CLI, visit Rundeck CLI Installation.