Filesystem MCP
@sebastianbachmaier
关于 Filesystem MCP
mcp server to modify files savely in a root directory where user should not be able to escapce from
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"save-filesystem-mcp": {
"command": "node",
"args": [
"PATH_TO_FOLDER/save-filesystem-mcp/build/index.js",
"ABSOLUTE_FOLDER_FOR_CLAUDE_TO_WORK_WITH"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Filesystem MCP?
It is a simple filesystem MCP that allows an agent to create, read, update, and delete files within a specified root folder. It is intended for use with Claude (or other MCP clients) and requires Node.js >12.
How to use Filesystem MCP?
Install Node.js >12, then add the server to the Claude MCP configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) with the command node and args pointing to the built index.js and an absolute root folder path. Then start Claude and ask it to code a game – it will use the MCP to create, read, update, and delete files in the specified root folder.
Key features of Filesystem MCP
- Create, read, update, and delete files in a designated root folder.
- Root folder is set as an argument to the node command.
- Prevents modification of files outside root (not guaranteed).
- Requires Node.js version greater than 12.
- Integrated via Claude Desktop MCP configuration.
Use cases of Filesystem MCP
- Allow Claude to create and modify project files in a safe sandbox.
- Generate code files (e.g., games) by asking Claude to use the MCP.
- Manage file-based assets within a controlled directory.
- Perform file editing tasks without exposing the entire filesystem.
FAQ from Filesystem MCP
What does Filesystem MCP do?
It allows an agent to create, read, update, and delete files within a specified root folder.
How is the root folder specified?
The root folder is specified as an argument to the node call, e.g., the second argument in the args array of the MCP configuration.
Is Filesystem MCP guaranteed to restrict file access?
No. The README states that it should not be able to modify files outside the root folder, but this is not guaranteed.
What are the runtime requirements?
You need Node.js version greater than 12 to run this MCP.
How do I install Filesystem MCP for Claude?
Modify your Claude MCP configuration file (e.g., ~/Library/Application Support/Claude/claude_desktop_config.json) and add the server entry with the path to the built index.js and the absolute root folder.
文件与存储 分类下的更多 MCP 服务器
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
Filesystem MCP Server (@shtse8/filesystem-mcp)
shtse8📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
box-mcp-server
hmkA Box model context protocol server to search, read and access files
Sample S3 Model Context Protocol Server
aws-samplesGoogle Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
评论