mishramohit437/file-system-mcp-server
3.1
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 Model Context Protocol (MCP) server that provides secure filesystem operations for AI assistants.
Tools
Functions exposed to the LLM to take actions
read_file
Read the contents of a file.
write_file
Write content to a file, overwriting if it exists.
move_file
Move or rename a file or directory.
create_directory
Create a new directory recursively.
list_directory
List contents of a directory.
get_file_info
Get file or directory metadata.
list_allowed_directories
List all directories the server is allowed to access.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client