mcp-filesystem-server
If you are the rightful owner of mcp-filesystem-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
This MCP server provides secure access to the local filesystem via the Model Context Protocol (MCP).
The MCP Filesystem Server is designed to offer secure and controlled access to the local filesystem through the Model Context Protocol (MCP). It provides a suite of tools for file and directory operations, ensuring that access is restricted to specified directories to prevent unauthorized access. The server supports a variety of file types, including text, binary, and image files, and includes features such as MIME type detection and symlink resolution with security checks. It is suitable for integration with applications that require filesystem access while maintaining strict security protocols.
Features
- Secure access to specified directories
- Path validation to prevent directory traversal attacks
- Symlink resolution with security checks
- MIME type detection
- Support for text, binary, and image files
Tools
- read_file: 8 Code
- read_multiple_files: Read multiple files at the same time, and the entire operation will not be interrupted even if some files fail to read.
- write_file: Create a new file or overwrite an existing file
- create_directory: Create a new directory or make sure the directory exists
- list_directory: List the contents of the directory and mark the files and directories
- move_file: Move or rename files and directories
- search_files: Recursively search for files and directories, supporting case-insensitive matching
- get_file_info: Get detailed metadata for files or directories
- list_allowed_directories: List all directories that the server allows to access