MCPServers
Code Backup - MCP server logo

Code Backup

2
0

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)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签