Filesystem
Provides secure and permission-controlled filesystem operations via the Model Context Protocol.
소개
This tool implements a Model Context Protocol (MCP) server for filesystem operations, offering granular permission controls and enhanced functionality. It allows secure file manipulation within specified directories, ensuring that operations adhere to configured permissions. The server supports a wide range of file and directory operations, including reading, writing, modification, creation, deletion, and searching, along with advanced features like XML to JSON conversion and advanced file editing with pattern matching. Security is a primary focus, with symlink control, path validation, and sandboxed operations in place to protect the filesystem.
주요 기능
- 2 GitHub stars
- Secure file operations within allowed directories
- Granular permission controls (read-only, full access, or specific operation permissions)
- Advanced file editing with pattern matching and dry-run mode
- XML to JSON conversion
- Recursive directory operations with exclusion patterns
사용 사례
- Automate file editing tasks with pattern matching and formatting
- Securely manage files and directories within a sandboxed environment
- Integrate filesystem operations into AI workflows via the Model Context Protocol