Filesystem
Createdmark3labs
Provides filesystem operations through the Model Context Protocol, enabling read/write access and directory management.
About
This Go server implements the Model Context Protocol (MCP) to facilitate filesystem operations. It offers a suite of tools to read, write, create, list, move, and search files and directories within specified allowed directories. Users can retrieve file metadata, including size, creation time, and permissions. Designed for seamless integration, this server enables applications to interact with the filesystem in a controlled and secure manner.
Key Features
- Read and write files with UTF-8 encoding.
- Create, list, and delete directories.
- Move files and directories.
- Recursively search files based on a pattern.
- Retrieve file metadata, including size, creation/modification/access times, type, and permissions.
Use Cases
- Automated file processing workflows.
- Content management systems.
- Remote file access and manipulation.