Code Backup
Summary
MCP Backup Server provides a specialized backup and restoration system for AI agents and code editing tools, preserving both file content and agent context. Developed by Rob McGlade, it creates targeted, timestamped backups with metadata that captures the reasoning behind changes, making it ideal for creating safety checkpoints before risky edits. The server supports individual file and folder operations with pattern filtering, maintains version history, and includes emergency backup capabilities. Unlike Git, it focuses on quick, contextual snapshots rather than comprehensive version control, making it particularly valuable for AI agents making critical code changes in editors like Cursor and Windsurf.
Available Actions(8)
backup_create
Create backup with context. Parameters: file_path (string), agent_context (string)
backup_list
List available backups. Parameters: file_path (string)
backup_restore
Restore with safety backup. Parameters: file_path (string), timestamp (string), create_emergency_backup (boolean)
backup_folder_create
Backup with pattern filtering. Parameters: folder_path (string), include_pattern (string), exclude_pattern (string), agent_context (string)
backup_folder_list
List folder backups. Parameters: folder_path (string)
backup_folder_restore
Restore folder structure. Parameters: folder_path (string), timestamp (string), create_emergency_backup (boolean)
backup_list_all
List all backups. Parameters: include_pattern (string)
mcp_cancel
Cancel operations. Parameters: operationId (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요