File Operations
byd-issy
0Manages comprehensive file operations within a Model Context Protocol (MCP) environment.
About
This tool serves as an MCP server, offering a robust suite of file-related operations designed for programmatic interaction. It enables clients to perform actions such as finding files with advanced pattern matching, safely reading and writing file contents, executing batch edits, searching content with regular expressions, and securely moving or copying files. All operations incorporate comprehensive security validations and respect `.gitignore` rules, ensuring safe and controlled file system access.
Key Features
- Regular expression-based content searching with context lines
- 0 GitHub stars
- Batch file editing with string replacement and line insertion
- Secure file movement and copying with overwrite protection and metadata preservation
- Safe file content reading with line range support and content size validation
- Advanced file finding with glob, exclude patterns, and .gitignore respect
Use Cases
- Automating file system interactions for MCP clients
- Programmatically managing and manipulating files within development workflows
- Integrating file operations into larger automated systems or applications