Back to Home
rem5357 icon

MCPFileManagerTest

Verified Safe

by rem5357

Overview

Provides an MCP server for AI agents to store, retrieve, and organize files in a project-based structure.

Installation

Run Command
cargo build --release && ./target/release/mcp-file-manager

Environment Variables

  • FILE_MANAGER_ROOT

Security Notes

The server implements robust path traversal protection and uses parameterized queries to prevent SQL injection. File deletion operations (project, folder, file) require explicit confirmation flags, enhancing safety. Input validation is performed for filenames and folder paths, including length limits and forbidden characters. The default HTTP transport uses permissive CORS, which is acceptable for local/internal development or agent interaction but would require stricter configuration for public-facing deployments. Overall, good security practices are evident for its intended file management functionality.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Stars0
Forks0
Last Update2025-12-07

Tags

File ManagementData StorageMCP ServerRustSQLiteProject Management