lealre/fs-mcp
If you are the rightful owner of fs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Filesystem MCP is a server implementation that provides tools for interacting with the file system, enabling operations like listing directories, reading and writing files, and more.
Tools
Functions exposed to the LLM to take actions
listEntries
List entries at a given path with optional depth.
readFromFile
Read the contents of a file at a specified path.
writeToFile
Create or overwrite a file with specified content.
getFileInfo
Retrieve file information such as size and permissions.
renamePath
Rename a file or directory to a new name.
copyFileOrDir
Copy a file or directory to a new location.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client