Cloudflare to GitHub Backup MCP ServerServer

DynamicEndpoints
GitHub
CloudflareGitHubBackup

Loading subscription status...

💡 Description

An MCP server that automates backing up Cloudflare projects to a GitHub repository, providing a systematic way to preserve configurations and assets from Cloudflare.

📝 JSON Entries

{
  "mcpServers": [
    {
      "cloudflare-backup": {
        "env": {
          "GITHUB_REPO_NAME": "your_github_repo_name",
          "GITHUB_ACCESS_TOKEN": "your_github_access_token",
          "CLOUDFLARE_API_TOKEN": "your_cloudflare_api_token"
        },
        "args": [
          "/path/to/cloudflare-github-backup/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Smithery

Features

  • Automated backups from Cloudflare to GitHub
  • Versioning of project data

💬 Example Queries

  • Backup my Cloudflare projects to GitHub.
  • Check the status of my Cloudflare backups.