maicondmenezes/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.
The MCP Filesystem server is a secure Model Context Protocol server designed for controlled filesystem operations, compatible with Claude Desktop and other MCP clients.
Tools
Functions exposed to the LLM to take actions
read_text_file
Reads text files with head/tail options.
read_multiple_files
Reads multiple files simultaneously.
write_file
Writes content to files.
edit_file
Edits files with find/replace operations and dry-run.
create_directory
Creates directories.
list_directory
Lists directory contents (simple).
list_directory_with_sizes
Lists directories with detailed information.
get_file_info
Retrieves metadata of files/directories.
search_files
Searches files by patterns (glob/regex).
move_file
Moves/renames files.
delete_file
Removes files/directories (with recursive support).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client