nandarizkika/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@mcphub.com.
The MCP Filesystem Server is a secure server that provides file and directory operations for Claude Desktop, ensuring safe and efficient management of filesystem resources.
Tools
Functions exposed to the LLM to take actions
list_directory
List the contents of a directory with file sizes, types, and modification dates.
read_file
Read the contents of a text file (up to 1MB).
write_file
Write content to a file, creating directories if needed.
create_directory
Create a new directory, including parent directories if needed.
delete_file
Delete a file or directory (with all contents).
get_file_info
Get detailed information about a file or directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client