Back to Home
duaghwls icon

FileManageMCP

Verified Safe

by duaghwls

Overview

A local MCP server for Windows that provides tools for LLMs to organize the file system based on predefined rules.

Installation

Run Command
uv run python server.py

Environment Variables

  • MCP_FILE_AGENT_ROOT

Security Notes

The server implements robust security features: a default-enabled 'Dry Run' mode, a configurable sandbox to restrict operations to a defined workspace (`MCP_FILE_AGENT_ROOT`), and explicit blacklisting of critical system paths (`C:\Windows`, `Program Files`, `.git`, `node_modules`). All file operations are guarded by path validation. No 'eval' or direct 'subprocess' calls beyond standard file operations (move, rename, create). Filename sanitization is also implemented. The main risk is the inherent nature of a tool performing file system modifications, but the safeguards are well-designed to prevent accidental or malicious actions.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars0
Forks1
Last Update2025-12-04

Tags

File ManagementOrganizationWindowsLLM ToolingSandbox