rundeck mcp server for Cline
io.github.mariomorenodev/rundeck-mcp-server
50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP
client:Cline
transport:stdio
runtime:npm
Install rundeck mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"rundeck-mcp-server": {
"command": "npx",
"args": [
"-y",
"rundeck-mcp-server"
],
"env": {
"RUNDECK_URL": "<RUNDECK_URL>",
"RUNDECK_API_TOKEN": "<RUNDECK_API_TOKEN>",
"RUNDECK_API_VERSION": "<RUNDECK_API_VERSION>",
"RUNDECK_TIMEOUT": "<RUNDECK_TIMEOUT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs