brunorozendo/mcp-server-filesystem
If you are the rightful owner of mcp-server-filesystem 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 Java-based Model Context Protocol (MCP) server for controlled filesystem access by AI assistants.
Tools
Functions exposed to the LLM to take actions
read_file
Read the complete contents of a single file
read_multiple_files
Efficiently read multiple files in one operation
write_file
Create new files or overwrite existing ones
edit_file
Make line-based edits with diff preview support
create_directory
Create single or nested directory structures
list_directory
List contents of a directory with type indicators
directory_tree
Get a recursive JSON tree view of directories
move_file
Move or rename files and directories
search_files
Recursively search for files matching patterns
get_file_info
Retrieve detailed file metadata (size, timestamps, permissions)
list_allowed_directories
Show which directories the server can access
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client