Back to directory
hexitex/mcp-backup-server

hexitex/mcp-backup-server

@hexitex

A Model Context Protocol (MCP) server implementation that provides file backup and restoration capabilities

backuprestorefile-managementai-agentcursorwindsurfsafety-backupmcptool

Installation & Configuration

{
  "mcpServers": {
    "backup": {
      "command": "node",
      "args": [
        "./dist/index.js"
      ],
      "env": {
        "BACKUP_DIR": "./.code_backups",
        "EMERGENCY_BACKUP_DIR": "./.code_emergency_backups",
        "MAX_VERSIONS": "20"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13