File Operations MCP Server
by bsmi021
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Recent File Changes | List of recent file system changes |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |