NewportRiver/mcp-secure-filesystem
If you are the rightful owner of mcp-secure-filesystem 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.
The mcp-secure-filesystem is a secure, extended fork of the Model Context Protocol Filesystem server, designed for LM Studio and the open-source openai/gpt-oss-20b model.
Tools
Functions exposed to the LLM to take actions
read_text_file
Read text with head/tail options
read_media_file
Read image/audio as base64
read_multiple_files
Batch read
write_file
Create or overwrite files
edit_file
Apply edits (diff-based)
create_directory
Create new directories
list_directory
List files
list_directory_with_sizes
List files + sizes
directory_tree
Recursive view
move_file
Move or rename
search_files
Recursive glob search
get_file_info
Metadata
list_allowed_directories
Whitelisted roots
delete_file
NEW: soft & permanent delete
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client