Provides a Model Context Protocol (MCP) server for read-only access to the file system.
This Node.js server implements the Model Context Protocol (MCP) to enable read-only file system operations. It allows clients to read files, list directories, search for files, and retrieve file metadata within specified directories. The server ensures security by restricting operations to predefined, sandboxed directories, making it suitable for environments where controlled file access is crucial. It's particularly useful with tools like Claude Desktop for securely accessing and processing files.