MCP.so
Sign In
Servers

Filesystem MCP

@sebastianbachmaier

mcp server to modify files savely in a root directory where user should not be able to escapce from

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "save-filesystem-mcp": {
      "command": "node",
      "args": [
        "PATH_TO_FOLDER/save-filesystem-mcp/build/index.js",
        "ABSOLUTE_FOLDER_FOR_CLAUDE_TO_WORK_WITH"
      ]
    }
  }
}

More from Files & Storage