io.github.mariomorenodev/rundeck-mcp-server✓
io.github.mariomorenodev/rundeck-mcp-server · v1.0.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.mariomorenodev/rundeck-mcp-server",
"description": "50 tools to manage Rundeck jobs, executions, projects, nodes, and system via MCP",
"repository": {
"url": "https://github.com/mariomorenodev/rundeck-mcp-server",
"source": "github",
"id": "mariomorenodev/rundeck-mcp-server"
},
"version": "1.0.3",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}