noizzhack1/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 dayong@mcphub.com.
The Filesystem MCP Server is a robust, platform-agnostic server that empowers AI agents with comprehensive file system capabilities, supporting both STDIO and HTTP transport options.
Tools
Functions exposed to the LLM to take actions
set_filesystem_default
Sets a default absolute path for the current session.
read_file
Reads the entire content of a specified file as UTF-8 text.
write_file
Writes content to a specified file, creating or overwriting it as needed.
update_file
Performs targeted search-and-replace operations within an existing file.
list_files
Lists files and directories within a specified path.
delete_file
Permanently removes a specific file.
delete_directory
Permanently removes a directory, with an option for recursive deletion.
create_directory
Creates a new directory at the specified path.
move_path
Moves or renames a file or directory from a source path to a destination path.
copy_path
Copies a file or directory from a source path to a destination path.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client