mark3labs_mcp-filesystem-server

mark3labs_mcp-filesystem-server

3.2

If you are the rightful owner of mark3labs_mcp-filesystem-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 Go server implementing the Model Context Protocol (MCP) for performing various filesystem operations.

read_file

Read complete contents of a file with UTF-8 encoding.

read_multiple_files

Read multiple files simultaneously without stopping on failure.

write_file

Create or overwrite a file with specified content.

create_directory

Create a new directory or ensure it exists, including parent directories.

list_directory

List contents of a directory with [FILE] or [DIR] prefixes.

move_file

Move or rename files and directories, failing if the destination exists.

search_files

Recursively search for files/directories with case-insensitive matching.

get_file_info

Retrieve detailed metadata of a file or directory.

list_allowed_directories

List all directories the server is allowed to access.