stepanowon/local-fs-mcp-server
3.2
If you are the rightful owner of local-fs-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.
This server provides access to the local file system using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
read_file
Reads the contents of a file.
write_file
Writes content to a file, creating or overwriting it.
append_file
Appends content to a file.
delete_file
Deletes a file.
create_directory
Creates a directory.
delete_directory
Deletes a directory.
list_directory
Lists the contents of a directory.
get_file_info
Retrieves information about a file or directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client