logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mcp_file_system

Facilitates secure access to filesystem operations, enabling users to manipulate files and directories, retrieve metadata, and perform searches through a standardized interface.

Author

mcp_file_system logo

Wayazi

MIT License

Quick Info

GitHub GitHub Stars 3
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

mcp_file_systemfilesfilesystemmcp_file_system facilitateswayazi mcp_file_systemfilesystem operations

MCP File System

A Model Context Protocol (MCP) server that provides filesystem operations through a standardized interface.

Features

  • File operations (read/write)
  • Directory management (create/list/delete)
  • File movement and renaming
  • File metadata retrieval
  • File search capabilities
  • Access control through allowed directories

Getting Started

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Run the server with allowed directories:
npm start /path/to/allowed/directory [/path/to/another/directory ...]

Documentation

  • Server Implementation Details - Learn about the server implementation and recent fixes
  • See the MCP SDK Documentation for more details about the protocol

Development

The server is built using: - TypeScript - MCP SDK (high-level API) - Node.js filesystem APIs

Security

The server implements path validation to ensure operations only occur within allowed directories specified at startup.

License

ISC

See Also

`