Back to Home
paskalex1 icon

filesystem-mcp-server

Verified Safe

by paskalex1

Overview

Provides a secure and feature-rich Micro-Control Plane (MCP) server for performing various filesystem operations, serving as a unified backend.

Installation

Run Command
docker-compose up -d --build

Environment Variables

  • FS_ROOT

Security Notes

The server explicitly implements robust security features like `_safe_join` to prevent path traversal, `_ensure_not_root` to protect the root directory, and zip-slip prevention in `fs_unzip`. No `eval` or obvious malicious patterns are present. `FS_ROOT` is configurable via an environment variable. The overall security also relies on the inherent security of the `FastMCP` SDK and its deployment environment (e.g., proper CORS setup if accessed cross-origin).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Stars0
Forks0
Last Update2025-11-27

Tags

Filesystem ManagementMCP ServerPythonDockerBackend Service