filesystem-mcp-server
3
The Filesystem MCP Server is a framework for AI agents, enabling them to interact with local filesystems securely. It supports operations like reading, writing, and managing files and directories, using both STDIO and HTTP transport methods. Built in TypeScript, it focuses on type safety and robust error handling.
set_filesystem_default
Set the default working directory
read_file
Read file content
write_file
Write file contents
update_file
Search and replace in files
list_files
List the contents of the directory
delete_file
Delete files
delete_directory
Delete Directory
create_directory
Create a directory
move_path
Move or rename files or directories
copy_path
Copy files or directories