by @anthropic
MCP server for local filesystem access. Read, write, and manage files and directories on your system.
This server provides the following tools for AI assistants:
Make selective edits using advanced pattern matching with dry run support.
Create new directory or ensure it exists, creating parent directories if needed.
Move or rename files and directories.
Recursively search for files/directories matching patterns.
Get recursive JSON tree structure of directory contents.
Get detailed file/directory metadata including size, times, and permissions.
List all directories the server is allowed to access.
Read complete contents of a file as text, with optional head/tail parameters.
Read an image or audio file and return base64 data with MIME type.
Read multiple files simultaneously.
Create new file or overwrite existing file.
List directory contents with [FILE] or [DIR] prefixes.
List directory contents with file sizes and summary statistics.