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.
Servers in this bundle (6)
- Shell · Community · System
Run arbitrary shell commands — full control of the host with configurable allow/deny lists.
- SSH · Community · System
Execute commands + transfer files over SSH to remote hosts.
- Docker · Community · System
Manage Docker containers, images, and networks — full CLI surface as MCP tools.
- Kubernetes · Community · System
Inspect + modify Kubernetes resources — pods, deployments, services, ConfigMaps, secrets.
- GitHub Actions · Community · Dev tools
Trigger + monitor GitHub Actions runs, fetch logs, manage workflow secrets.
- Cloudflare Workers · Cloudflare · Dev tools
Deploy + manage Cloudflare Workers + Pages + KV + R2 from inside an agent conversation.