MCP Servers / file-system / Filesystem MCP Server

Filesystem MCP Server

JSON →
none1file-system

A Ruby server for performing filesystem operations like reading and writing files within specified directories.

Install
How to run this server

No install command recorded.

server path: filesystem-mcp-server-4
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 it if necessary.
edit_file
Make line-based edits to a text file.
create_directory
Create a new directory at the specified path.
list_directory
List the contents of a directory.
directory_tree
Get a recursive tree of all files and directories.
move_file
Move or rename a file or directory.
search_files
Search for files matching a pattern in a directory.
get_file_info
Get detailed metadata about a file or directory.
list_allowed_directories
List all directories the server is allowed to access.
Configuration
Environment & auth
authnone
envFILESYSTEM_MCP_API_KEY
Resources
Filesystem MCP Server — MCP Server · libregistry