Filesystem
Createdcyanheads
Exposes file system operations as tools, enabling AI agents to interact with files and directories in a secure and platform-agnostic manner.
About
Enables AI models to securely interact with the local filesystem through the Model Context Protocol (MCP). It offers tools for reading, writing, updating, and managing files and directories, featuring advanced search-and-replace capabilities and directory tree traversal. Built with TypeScript, it prioritizes type safety, modularity, and robust error handling, making it suitable for reliable integration into AI workflows.
Key Features
- Targeted updates with search-and-replace (plain text and regex)
- Built-in path sanitization for security
- 1 GitHub stars
- Comprehensive file operations (read, write, list, delete, move, copy)
- Session-aware path management with default working directory
- Structured logging and standardized error handling
Use Cases
- Automated file analysis and content extraction
- AI-powered code modification and refactoring
- Dynamic configuration management for AI agents