File Operations
Summary
This file operations MCP server, developed by Brian W. Smith, provides enhanced capabilities for file and directory management with streaming, patching, and change tracking support. Built with TypeScript and leveraging libraries like diff and glob, it offers tools for basic file operations, directory handling, file watching, and change tracking. The implementation stands out by incorporating streaming for large file handling, robust error handling, and rate limiting for protection against excessive requests. It's particularly useful for developers and applications requiring advanced file manipulation, real-time file system monitoring, or integration of file operations into AI-assisted workflows, enabling tasks like automated file management, backup systems, or content processing pipelines.
Available Actions(13)
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.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください