Bundle

DevOps essentials

Operate infrastructure conversationally: shell and SSH for boxes, Docker and Kubernetes for workloads, GitHub Actions for CI, Cloudflare Workers for the edge. Powerful — review every command before you approve it.

6 servers · created Jun 11, 2026

Install all of them at once

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "shell": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-shell-server"
      ],
      "env": {
        "ALLOWED_COMMANDS": "ls,cat,grep,git,npm,node"
      }
    },
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudflare/mcp-server-cloudflare"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "${CF_TOKEN}",
        "CLOUDFLARE_ACCOUNT_ID": "${CF_ACCOUNT_ID}"
      }
    }
  }
}

Or install one-by-one

npm install -g mcp-shell-server
uvx mcp-ssh-server
npm install -g docker-mcp
npm install -g mcp-server-kubernetes
npm install -g github-actions-mcp-server
npx @cloudflare/mcp-server-cloudflare init

Like this stack? Build your own.

Free account, 30 seconds. Save servers, ship public or private bundles, install one-click into Claude Desktop or Cursor.

Sign in to create →

Servers in this bundle (6)