MCPServers
File Operations - MCP server logo

File Operations

9
0

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签