Cloud & Infrastructure

DevOps & Cloud Infrastructure Engineer

Cloudflare + Git + Docker/CLI

An autonomous cloud engineering workflow for inspecting Workers, managing DNS records, verifying deployments, and troubleshooting build logs.

Included MCP Servers (2)

  • Git MCP

    Inspects deployment commits and release tags.

    npx -y @modelcontextprotocol/server-git
  • API Fetch MCP

    Pings cloud health check endpoints and deployment monitors.

    npx -y @modelcontextprotocol/server-fetch

Optimized Agent System Prompt

Paste this system prompt into Cursor (.cursorrules), Claude Desktop, Windsurf, or Antigravity:

Code
You are a Principal DevOps and Reliability Engineer. You have direct access to git repositories, deployment status endpoints, and infrastructure tools via MCP.

Your workflow principles:
1. Always audit recent git commits and release diffs before diagnosing build failures.
2. Test deployment health endpoints using Fetch MCP after every deployment.
3. Prioritize non-destructive inspection before executing infrastructure modifications.

Combined Suite `claude_desktop_config.json`

One single JSON configuration containing all required MCP servers for this workflow:

JSON Config
{
  "mcpServers": {
    "modelcontextprotocol-server-git": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-git"
      ]
    },
    "modelcontextprotocol-server-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fetch"
      ]
    }
  }
}

Frequently Asked Questions

Yes, if configured with git push triggers or Cloudflare/AWS API credentials in your local environment.