filesystem-mcp-server

filesystem-mcp-server

3.2

If you are the rightful owner of filesystem-mcp-server 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.

A Model Context Protocol (MCP) server that provides filesystem operations for Claude AI.

The Filesystem MCP Server is designed to facilitate various filesystem operations for Claude AI. It offers a range of functionalities such as reading and writing files, creating directories, listing directory contents, moving files, searching for files, and retrieving file metadata. The server ensures that all operations are confined to specified directories, enhancing security by preventing unauthorized access. Installation involves cloning the repository, installing dependencies, and building the project. The server can be run with specified allowed directories, and it can be integrated into an MCP configuration file for seamless operation.

Features

  • read_file: Read complete contents of a file with UTF-8 encoding.
  • write_file: Create a new file or overwrite an existing one with specified content.
  • create_directory: Create a new directory or ensure it exists, including parent directories.
  • list_directory: List contents of a directory with [FILE] or [DIR] prefixes.
  • get_file_info: Retrieve detailed metadata of a file or directory.