mcp-file-system-server

moaaz01/mcp-file-system-server
★ 0 stars Python File System Updated 1d ago
Secure file system MCP server with sandbox boundaries. Read, write, search, and manage files through the Model Context Protocol with path isolation and security controls.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-file-system-serv": {
      "command": "uvx",
      "args": [
        "mcp-file-system-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-file-system-server

README Excerpt

> A **secure, sandboxed file system server** for the **Model Context Protocol**. Read, write, search, and manage files through any MCP-compatible AI client — with **path traversal protection**, **hidden file controls**, and **size limits**. --- - **🔧 5 Tools**: `read_file`, `write_file`, `list_directory`, `search_files`, `get_file_info`

Tools (3)

commandfilesystemget_file_info

Topics

filesystemmcppythonsandboxsecurity