Luxshan2000/fastmcp-file-server
If you are the rightful owner of fastmcp-file-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 dayong@mcphub.com.
FastMCP File Server is a versatile and secure file server implementing the Model Context Protocol (MCP) designed to provide AI assistants with safe file operations.
Tools
Functions exposed to the LLM to take actions
read_file
Read file contents or specific line ranges
write_file
Create or overwrite files
append_file
Append content to existing files
delete_file
Remove files and directories
copy_file
Copy files and directories
move_file
Move/rename files and directories
list_directory
List directory contents with filtering
create_directory
Create new directories
get_file_info
Get file metadata and permissions
search_files
Search for files by name patterns
search_content
Search file contents with regex
replace_content
Find and replace text in files
insert_lines
Insert text at specific line numbers
delete_lines
Remove specific line ranges
compare_files
Generate diffs between files
create_archive
Create ZIP archives
extract_archive
Extract ZIP archives
calculate_hash
Generate file hashes (MD5, SHA1, SHA256)
convert_document
Convert text to PDF
convert_image
Convert between image formats
convert_data
Convert between CSV and JSON
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client