mcp-filesystem-server
315
The MCP Filesystem Server provides secure file system operations via the Model Context Protocol. It features directory access, file manipulation tools, and supports integrations with Docker and Go projects.
read_file
8 Code
read_multiple_files
Read multiple files at the same time, and the entire operation will not be interrupted even if some files fail to read.
write_file
Create a new file or overwrite an existing file
create_directory
Create a new directory or make sure the directory exists
list_directory
List the contents of the directory and mark the files and directories
move_file
Move or rename files and directories
search_files
Recursively search for files and directories, supporting case-insensitive matching
get_file_info
Get detailed metadata for files or directories
list_allowed_directories
List all directories that the server allows to access