naveensaini-ddun/mcp-filesystem
If you are the rightful owner of mcp-filesystem 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.
This server implements the Model Context Protocol (MCP) for performing filesystem operations, providing a structured and efficient way to manage files and directories.
Tools
Functions exposed to the LLM to take actions
read_file
Read complete contents of a file with UTF-8 encoding.
read_multiple_files
Read multiple files simultaneously without stopping on failure.
write_file
Create or overwrite a file with specified content.
edit_file
Edit files using pattern matching with a dry run preview.
create_directory
Create a new directory or ensure it exists.
list_directory
List contents of a directory in a structured format.
move_file
Move or rename files and directories.
search_files
Recursively search for files/directories with pattern matching.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client