The File Edit Check MCP Server enforces pre-read checks and detailed commit documentation to prevent blind modifications to files.
With this server, you can:
Read files and mark them as ready for editing (
checked_read_file)Write to files only after verifying you've read them first (
checked_write_to_file)Apply diffs to files that have been previously read (
checked_apply_diff)Get commit guidance for proper documentation
List available tools with the
list_my_toolscommand
This safety mechanism ensures all file operations follow a controlled procedure to prevent accidental or uninformed changes.
This server cannot be installed