@neonlightdev/mcp-server-filesystem-ignore
Standalone MCP filesystem server fork with opt-in ignore-file filtering for listing, traversal, and search.
Versions
0.1.6latest0.1.50.1.10.1.0Tools 14
read_file Read the complete contents of a file as text. DEPRECATED: Use read_text_file instead.
read_text_file Read the complete contents of a file from the file system as text.
read_media_file Read an image or audio file and return base64 data plus MIME type.
read_multiple_files Read multiple files in one operation. Individual failures do not stop the whole request.
write_file Create a new file or overwrite an existing file.
edit_file Apply exact text replacements to a file and return a unified diff.
create_directory Create a directory, including any missing parents.
list_directory List files and directories within a path. Ignore-file filtering is opt-in at startup.
list_directory_with_sizes List files and directories within a path, including file sizes.
directory_tree Return a recursive JSON tree of files and directories. Ignore-file filtering is opt-in at startup.
move_file Move or rename a file or directory within the allowed directories.
search_files Recursively search for files and directories matching a glob-style pattern relative to the starting path.
get_file_info Return size, timestamps, permissions, and type info for a file or directory.
list_allowed_directories Return the directories that the server is allowed to access.
Permissions 1
shell high