MCP server for Rundeck API integration
Project description
Rundeck MCP Server
A Model Context Protocol (MCP) server for integrating Rundeck with GenAI applications.
Overview
Runbook automation and job scheduling
Features
- Comprehensive Rundeck API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
Installation
pip install rundeck-mcp-server
Or install from source:
git clone https://github.com/asklokesh/rundeck-mcp-server.git
cd rundeck-mcp-server
pip install -e .
Configuration
Create a .env file or set environment variables according to Rundeck API requirements.
Quick Start
from rundeck_mcp import RundeckMCPServer
# Initialize the server
server = RundeckMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rundeck_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: rundeck_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fe822c53098dd595269de1d3ec375d69a0b8cbada2cd82984623673a7891a39
|
|
| MD5 |
51a72eb055fd3f1354ba7054532e79eb
|
|
| BLAKE2b-256 |
2dda38f4ddba6fd5ccd0a196a25761309157d0695d570b6288d8e0b55b42b36d
|
File details
Details for the file rundeck_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rundeck_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93ec2441015d4c7c4a5481084a5780291ae4f022077496d2c9b2bf0cb7a16de9
|
|
| MD5 |
6ef735d146bc98c9d7edfb9967ed218b
|
|
| BLAKE2b-256 |
5bce8138f8f6cbc36c87d1f4129f2a34782b946ef32ba06a7f3b025252dec549
|