1999AZZAR/filesystem-mcp-server
If you are the rightful owner of filesystem-mcp-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.
FileSystem MCP Server is a comprehensive server designed for advanced file system operations within the Model Context Protocol ecosystem.
Tools
Functions exposed to the LLM to take actions
read_file
Read file content with optional encoding and range support.
write_file
Write content to file with optional encoding and directory creation.
copy_file
Copy file from source to destination with options.
move_file
Move file from source to destination.
delete_file
Delete file or directory with options.
get_file_info
Get detailed file information including metadata.
create_directory
Create directory with optional recursive creation.
list_directory
List directory contents with optional filtering and recursion.
find_files
Find files matching a pattern.
get_directory_size
Get directory size recursively.
search_in_files
Search for text patterns in files.
watch_file
Watch file or directory for changes.
stop_watching
Stop watching a file or directory.
compare_files
Compare two files and show differences.
archive_files
Create archive from files.
extract_archive
Extract archive to destination.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client