Filesystem MCP Server
JSON →A Ruby server for performing filesystem operations like reading and writing files within specified directories.
Tools · 11
- 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.
- directory_tree Get a recursive tree of all files and directories.
- move_file Move or rename a file or directory.
- search_files Search for files matching a pattern in a directory.
- get_file_info Get detailed metadata about a file or directory.
- list_allowed_directories List all directories the server is allowed to access.
Environment variables
FILESYSTEM_MCP_API_KEY
Links
★ 1 GitHub stars