# Cloudflare to GitHub Backup

Automate the backup of your Cloudflare projects to a GitHub repository. Ensure your projects are securely stored and easily retrievable with this seamless integration. Start safeguarding your Cloudfl…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dynamicendpoints/cloudflare-github-backup-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list dynamicendpoints/cloudflare-github-backup-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dynamicendpoints/cloudflare-github-backup-mcp backup_projects

# Call a tool
npx -y @smithery/cli@latest tool call dynamicendpoints/cloudflare-github-backup-mcp backup_projects '{}'
```

## Tools (3)

- `backup_projects` — Backup Cloudflare projects to GitHub
- `restore_project` — Restore a Cloudflare project from a backup
- `list_backups` — List available backups for a Cloudflare project

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dynamicendpoints/cloudflare-github-backup-mcp <tool-name>
```

---

Source: https://github.com/DynamicEndpoints/cloudflare-github-backup-mcp
