File System MCP Server
JSON →A server for comprehensive file and directory management on the local file system.
Install
pip install -r 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 or overwriting it.
- edit_file Edit a file by replacing specific text patterns.
- create_directory Create a new directory at the specified path.
- list_directory List files and directories in a given directory.
- move_file Move or rename a file or directory.
- search_files Search for files matching a pattern in a directory.
- get_file_info Get metadata information about a file or directory.
- list_allowed_directories List all directories that the server is allowed to access.
Links
★ 2 GitHub stars