MCPFileServer

undici77/MCPFileServer

3.3

If you are the rightful owner of MCPFileServer 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.

MCP File Server is a secure, sandboxed file server that provides controlled access to filesystem operations via the Model Control Protocol (MCP).

Tools

Functions exposed to the LLM to take actions

read_file

Read a file’s contents (text or binary).

write_file

Write text or Base64-encoded binary data to a file.

list_files

List files and directories with optional filtering.

create_directory

Create a new sub-directory (parents created as needed).

delete_file

Delete a single file.

delete_directory

Remove a directory; optionally force deletion of non-empty trees.

search_in_file

Search for a string in a file or recursively in a directory, returning contextual excerpts.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources