Filesystem MCP Server
JSON →A server for performing filesystem operations such as reading/writing files, managing directories, and searching.
Tools · 7
- read_file Read the contents of a file with smart limits to prevent reading extremely large files
- write_file Write content to a file
- create_directory Create a new directory
- list_directory List files and directories with caps to return manageable results even in folders with thousands of files
- search_files Search for files with optimized results that return relevant matches without flooding the output
- edit_file Edit existing files with precision
- tree Display directory tree with depth-limited traversal to avoid getting lost in deep folder structures
Links
★ 2 GitHub stars