sebastianbachmaier
MCP Serversebastianbachmaierpublic

save filesystem mcp

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

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
MIT License
License

About This Server

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

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Filesystem MCP

WARNING

Should not be able to modify files in other folders then specified root folder but this needs to be seen ...

Simple filesystem MCP that allows to create, read, update and delete files in a specified root folder. The root folder is specified as an argument to the node call. The agent should not be able to modify files in other folders outside the root folder (not guaranteed though).

How to install:

TIP

You need > Node.js 12 to run this MCP. You might need to use it over nvm or similar.

Modify e.g. your Clause MCP config e.g. under MAC via (see also claude documentation):

~/Library/Application\ Support/Claude/claude_desktop_config.json

and add the server:

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

Then start claude and ask it to code a game for you. It will use the MCP to create, read, update and delete files in the specified root folder.

Quick Start

1

Clone the repository

git clone https://github.com/sebastianbachmaier/save-filesystem-mcp
2

Install dependencies

cd save-filesystem-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownersebastianbachmaier
Reposave-filesystem-mcp
LanguageTypeScript
LicenseMIT License
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation