关于
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.
主要功能
- 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.
使用案例
- Automated file processing workflows.
- Content management systems.
- Remote file access and manipulation.