Filesystem MCP Server
JSON →Provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
Tools · 10
- list_directory Lists directory contents with metadata.
- create_directory Creates a new directory.
- read_file Reads file content with encoding support.
- write_file Writes content to a file.
- append_file Appends content to a file.
- analyze_text Analyzes text file properties.
- calculate_hash Calculates file hash using specified algorithm.
- find_duplicates Identifies duplicate files in a directory.
- create_zip Creates a ZIP archive.
- extract_zip Extracts a ZIP archive.
Links
★ 6 GitHub stars