MCP Servers / file-system / File System MCP Server

File System MCP Server

JSON →
none2file-system

A server for comprehensive file and directory management on the local file system.

Install
How to run this server
[ { "cmd": "pip install -r", "imports": [] } ]
server path: file-system-mcp-server
Tools
What this server exposes
read_file
Read the complete contents of a file from the file system.
read_multiple_files
Read the contents of multiple files simultaneously.
write_file
Write content to a file, creating or overwriting it.
edit_file
Edit a file by replacing specific text patterns.
create_directory
Create a new directory at the specified path.
list_directory
List files and directories in a given directory.
move_file
Move or rename a file or directory.
search_files
Search for files matching a pattern in a directory.
get_file_info
Get metadata information about a file or directory.
list_allowed_directories
List all directories that the server is allowed to access.
Configuration
Environment & auth
authnone
Resources
File System MCP Server — MCP Server · libregistry