save-filesystem-mcp
If you are the rightful owner of save-filesystem-mcp 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@mcphub.com.
Filesystem MCP is a simple model context protocol server that allows file operations within a specified root folder.
The Filesystem MCP is designed to facilitate basic file operations such as create, read, update, and delete within a specified root folder. This ensures that file manipulations are contained within a designated directory, although it is not guaranteed that files outside this folder cannot be modified. The server is initiated with a node call, specifying the root folder as an argument. It is particularly useful for applications that require controlled file access and manipulation, such as coding environments or automated file management systems. The server is compatible with Node.js version 12 and above, and can be integrated into various platforms by modifying configuration files to include the server details.
Features
- File Operations: Supports create, read, update, and delete operations within a specified root folder.
- Root Folder Specification: The root folder is specified as an argument during the node call, ensuring operations are limited to this directory.
- Node.js Compatibility: Requires Node.js version 12 or higher for operation.
- Integration: Can be integrated into platforms like Claude by modifying configuration files.
- Security: Designed to restrict file operations to a specified directory, though not guaranteed.