vladesv/file-system-mcp-server
If you are the rightful owner of file-system-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.
A secure Model Context Protocol (MCP) server that provides file management capabilities within a sandboxed environment.
Tools
Functions exposed to the LLM to take actions
read_file
Read the contents of a file (text files only).
write_file
Write content to a file (creates directories if needed).
list_files
List files and directories in a directory.
delete_file
Delete a file.
create_directory
Create a new directory.
file_info
Get detailed information about a file or directory.
copy_file
Copy a file to a new location.
move_file
Move/rename a file.
delete_directory
Delete a directory and all its contents recursively.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client