Filesystem
Createddruellan
Provides filesystem operations, enabling reading, writing, and managing files and directories.
About
This tool provides a comprehensive interface for interacting with the filesystem, enabling agents to read, write, create, list, move, and search files and directories. It includes features like advanced file editing with pattern matching, whitespace normalization, and git-style diff output. This server operates with the current project folder as the root directory, simplifying access to project files.
Key Features
- Read and write files with UTF-8 encoding
- Move files and directories
- 0 GitHub stars
- Edit files with advanced pattern matching and whitespace normalization
- Create, list, and delete directories
- Search files recursively with pattern matching
Use Cases
- Automated file management within a project directory
- Implementing code generation workflows
- Programmatically editing configuration files