file-edit-check-server

file-edit-check-server

3.2

If you are the rightful owner of file-edit-check-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The File Edit Check MCP Server enforces pre-read checks and detailed commit documentation to prevent unauthorized file modifications.

The File Edit Check MCP Server is designed to ensure that any file modifications are preceded by explicit read operations. This server prevents blind writes and diffs by enforcing a pre-read verification process. It also provides guidance for detailed commit messages, ensuring that all changes are well-documented. Implemented in TypeScript, the server includes robust error handling to manage any issues that arise during file operations. By requiring files to be read before they can be modified, the server helps maintain data integrity and accountability in file management processes.

Features

  • Enforces pre-read verification before file modifications
  • Prevents blind writes and diffs
  • Provides detailed commit message guidance
  • TypeScript implementation with proper error handling

Tools

  1. checked_read_file

    Read a file and mark it as read for future editing

  2. checked_write_to_file

    Write to a file, requiring it to have been read first if it exists

  3. checked_apply_diff

    Apply a diff to a file, requiring it to have been read first

  4. list_my_tools

    List the tools registered in this server