File Operations MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Recent File ChangesList of recent file system changes

Tools

Functions exposed to the LLM to take actions

NameDescription
copy_file

Copy a file to a new location

read_file

Read the contents of a file

write_file

Write content to a file

make_directory

Create a new directory

remove_directory

Remove a directory

list_directory

List contents of a directory with detailed metadata

copy_directory

Copy a directory and its contents to a new location

watch_directory

Watch a directory for changes

unwatch_directory

Stop watching a directory

is_watching

Check if a path is currently being watched

get_changes

Get list of tracked changes

clear_changes

Clear all tracked changes