Filesystem
Provides a Ruby server implementing the Model Context Protocol (MCP) for filesystem operations.
关于
This Ruby-based server leverages the Model Context Protocol (MCP) to enable secure and controlled filesystem interactions. It offers a comprehensive suite of tools for reading, writing, creating, moving, and searching files and directories. With features like file content editing, detailed metadata retrieval, and access restrictions to specified directories, it provides a robust and safe way to manage filesystem operations.
主要功能
- Edit file contents with line-based and multi-line replacements, supporting dry-run mode.
- Read and write files with UTF-8 encoding.
- Recursively search for files with pattern matching.
- Create, list, and delete directories.
- Move files and directories.
- 1 GitHub stars
使用案例
- Automated file management and manipulation within a restricted environment.
- Integration with applications requiring controlled access to filesystem resources.
- Safe and efficient file editing with preview and change tracking capabilities.