This MCP server implementation provides filesystem operations for AI assistants. Developed by ai-yliu, it offers tools for reading, writing, and manipulating files and directories, with built-in security measures to restrict access to specified directories. The server is designed for use cases requiring AI-assisted file management, content analysis, or automated file system interactions within allowed directories.
No reviews yet. Be the first to review!
Sign in to join the conversation
Read complete contents of a file. Input: path (string)
Read multiple files simultaneously. Input: paths (string[])
Create new file or overwrite existing. Inputs: path (string), content (string)
Create new directory or ensure it exists. Input: path (string)
List directory contents with [FILE] or [DIR] prefixes. Input: path (string)
Move or rename files and directories. Inputs: source (string), destination (string)
Recursively search for files/directories. Inputs: path (string), pattern (string)
Get detailed file/directory metadata. Input: path (string)
List all directories the server is allowed to access. No input required