rem5357/ufm
If you are the rightful owner of ufm 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.
UFM is a Universal File Manager that acts as a cross-platform MCP server for comprehensive file management.
Tools
Functions exposed to the LLM to take actions
ufm_read
Read file contents (text or base64)
ufm_stat
Get detailed file metadata
ufm_list
List directory contents with filtering
ufm_exists
Check if a path exists
ufm_search
Search for files by glob pattern
ufm_write
Write content to a file
ufm_mkdir
Create directories
ufm_delete
Delete files or directories
ufm_rename
Move or rename files
ufm_copy
Copy files or directories
ufm_set_modified
Change file modification time
ufm_set_readonly
Set/clear readonly flag
ufm_set_permissions
Set Unix mode or Windows attributes
ufm_batch_set_modified
Batch modify timestamps
ufm_batch_set_readonly
Batch set readonly flag
ufm_archive_list
List archive contents
ufm_archive_read
Read file from archive
ufm_archive_extract
Extract file to disk
ufm_archive_create
Create new archive
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client