FileManageMCP
Verified Safeby duaghwls
Overview
A local MCP server for Windows that provides tools for LLMs to organize the file system based on predefined rules.
Installation
uv run python server.pyEnvironment 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
filesystem-mcp
Provides secure, efficient, and token-optimized filesystem operations for AI agents via the Model Context Protocol.
dev-kit-mcp-server
A Model Context Protocol (MCP) server for agent development tools, enabling secure, scoped operations within a root project directory.
mcp-http-agent-md
This server provides a Minimal Model Context Protocol (MCP) HTTP server for managing AI agent projects, structured tasks, and versioned history, enabling subagent orchestration and document management.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.