filesystem-readonly-mcp

abhinav-mangla/filesystem-readonly-mcp

3.2

If you are the rightful owner of filesystem-readonly-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Node.js server implementing the Model Context Protocol (MCP) for readonly filesystem operations.

Tools

Functions exposed to the LLM to take actions

read_text_file

Read complete contents of a file as text.

read_media_file

Read an image or audio file and return base64 data with MIME type.

read_multiple_files

Read multiple files simultaneously.

list_directory

List directory contents with [FILE] or [DIR] prefixes.

list_directory_with_sizes

List directory contents including sizes and a summary.

directory_tree

Get a recursive tree view of files and directories as JSON.

search_files

Recursively search for files/directories with a pattern.

get_file_info

Get detailed file/directory metadata.

list_allowed_directories

List all directories the server is allowed to access.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources