Back to directory
rundeck-mcp-server

rundeck-mcp-server

@vanisoul3

A Model Context Protocol (MCP) server for interacting with Rundeck CLI, enabling AI to perform Rundeck operations without direct command line interaction.

rundeckautomationclijobs-management

Installation & Configuration

{
  "mcpServers": {
    "rundeck": {
      "command": "node",
      "args": [
        "/path/to/rundeck-mcp-server/build/index.js"
      ],
      "env": {
        "RUNDECK_CLI_PATH": "/usr/bin/rd",
        "RUNDECK_BASE_URL": "http://your-rundeck-server:port/",
        "RUNDECK_API_TOKEN": "your-api-token"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/14
Updated
2026/6/8