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.
「ファイルとストレージ」の他のコンテンツ
PDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
Filesystem MCP Server for WSL
webconsultingfilesystem MCP server for accessing WSL distributions from Windows
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
Storacha MCP Storage Server
storachaStoracha MCP storage server - self-sovereign data for your AI applications.
コメント