mcp-file-operations-server
If you are the rightful owner of mcp-file-operations-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.
A Model Context Protocol (MCP) server that provides enhanced file operation capabilities with streaming, patching, and change tracking support.
copy_file
Copy a file to a new location
read_file
Read content from a file
write_file
Write content to a file
move_file
Move/rename a file
delete_file
Delete a file
append_file
Append content to a file
make_directory
Create a directory
remove_directory
Remove a directory
copy_directory
Copy a directory recursively (with progress reporting)
watch_directory
Start watching a directory for changes
unwatch_directory
Stop watching a directory
get_changes
Get the list of recorded changes
clear_changes
Clear all recorded changes