filesystem_mcp_server

CodingWithMK/filesystem_mcp_server

3.2

If you are the rightful owner of filesystem_mcp_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 henry@mcphub.com.

This project is a Python-based MCP server that enables secure and controlled local filesystem operations through natural language commands.

Tools

Functions exposed to the LLM to take actions

read_file

Reads the content of a specified file.

write_file

Writes data to a specified file.

edit_file

Edits the content of a specified file.

list_directory

Lists the contents of a specified directory.

create_directory

Creates a new directory at the specified path.

move_file

Moves a file from one location to another.

delete_file

Deletes a specified file.

search_files

Searches for files matching a given pattern.

get_file_info

Retrieves metadata about a specified file.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources