Win 10 Simple Persistent Logging
Createdtrevorwilkerson
Persistently logs communications for MCP Servers and backs up files before modifications, addressing potential data loss.
About
This tool enhances MCP Server environments by providing persistent logging of communications, which are typically only visible through MCP Inspector. It addresses a specific issue where code modifications, such as those done by Claude, might be incomplete, leading to data loss. To prevent this, the tool automatically creates a time-stamped backup of any file before it's modified using the 'write_file' operation. The tool also logs the file name and provides feedback to the user interface about the backup file's name, enabling easy diff checking and manual correction of any inconsistencies.
Key Features
- Logs file names of backups.
- Automatically backs up files before 'write_file' operations.
- Creates backups with date and time stamps.
- Provides error logging for file access and backup failures.
- 0 GitHub stars
- Sends backup file name to the Claude Desktop App.
Use Cases
- Preventing data loss due to incomplete file writes.
- Tracking changes made to files by automated processes.
- Facilitating manual verification and correction of file modifications.