@cynosure-mcp/file-access
v1.0.0
Published
MCP server for safe file access, editing, directory browsing, and image thumbnails
Downloads
99
Maintainers
Readme
File Access MCP
MCP server for safe file access, editing, directory browsing, and image thumbnails.
Configuration
By default, the server allows access to the process working directory only.
Set FILE_ACCESS_ALLOWED_DIRECTORIES to a platform path-list to grant access to specific roots:
FILE_ACCESS_ALLOWED_DIRECTORIES="/path/to/project:/path/to/assets"On Windows, use ; as the separator.
Tools
list_allowed_directoriesget_file_infolist_directorylist_directory_with_sizesdirectory_treesearch_filesread_text_fileread_multiple_filesread_media_fileread_multiple_media_filesget_image_thumbnailswrite_fileedit_filecreate_directorymove_filedelete_filedelete_directory
Common generated and dependency folders such as node_modules, .git, dist, build, .next, and cache directories are excluded from traversal by default.
read_multiple_media_files accepts 1-6 image paths and returns a single PNG collage/contact sheet with file-name captions, which is useful for compact visual comparison and classification.
