MCP Server
MCP
io.github.mariomorenodev/rundeck-mcp-server
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "rundeck-mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Rundeck server URL (e.g., http://localhost:4440)",
"isRequired": true,
"format": "string",
"name": "RUNDECK_URL"
},
{
"description": "API token for authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RUNDECK_API_TOKEN"
},
{
"description": "Rundeck API version (default: 41)",
"format": "string",
"name": "RUNDECK_API_VERSION"
},
{
"description": "Request timeout in milliseconds (default: 30000)",
"format": "string",
"name": "RUNDECK_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment