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.
Copy a file to a new location.
Read content from a file.
Write content to a file.
Move/rename a file.
Delete a file.
Append content to a file.
Create a directory.
Remove a directory.
Copy a directory recursively (with progress reporting).
Start watching a directory for changes.
Stop watching a directory.
Get the list of recorded changes.
Clear all recorded changes.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!