Filesystem MCP Server
JSON →A secure server for filesystem operations with controlled access to specified directories.
Tools · 10
- read_file Read the complete contents of a file from the file system.
- read_multiple_files Read the contents of multiple files simultaneously.
- write_file Write content to a file, creating it if necessary.
- edit_file Make line-based edits to a text file.
- create_directory Create a new directory at the specified path.
- list_directory List the contents of a directory.
- move_file Move or rename a file or directory.
- search_files Search for files matching a pattern in a directory tree.
- get_file_info Get metadata about a file or directory.
- list_allowed_directories List all directories the server is allowed to access.
Links
★ 5 GitHub stars