Sign inSign up

rundeck/mcp

By rundeck

Updated 25 days ago

Image
0

969

rundeck/mcp repository overview

The Rundeck Model Context Protocol (MCP) Server exposes Rundeck's documentation, APIs, and capabilities to AI assistants through the Model Context Protocol standard. This document covers technical capabilities, architecture, and features of the MCP server implementation.

Docker Integration

No Node.js required — only Docker. The server is also published as the rundeck/mcp image, exposed the same way over stdio.

For Cursor, Claude Desktop, or any client using an mcpServers JSON block:

{
  "mcpServers": {
    "rundeck-mcp": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-e", "RUNDECK_URL=https://your-rundeck-instance.example.com",
        "-e", "RUNDECK_TOKEN=your-rundeck-api-token-here",
        "rundeck/mcp:latest"
      ]
    }
  }
}

For Claude Code, add via the CLI:

claude mcp add rundeck-mcp -- docker run -i --rm -e RUNDECK_URL=https://your-rundeck-instance.example.com -e RUNDECK_TOKEN=your-rundeck-api-token-here rundeck/mcp-ci:main

Tag summary

Content type

Image

Digest

sha256:db8423235

Size

70.8 MB

Last updated

25 days ago

docker pull rundeck/mcp