Back to Home
rem5357 icon

MCPFileManagerTest

Verified Safe

by rem5357

Overview

Provides AI agents with file storage, retrieval, and organization capabilities through an MCP server.

Installation

Run Command
./target/release/mcp-file-manager --transport stdio

Environment Variables

  • FILE_MANAGER_ROOT

Security Notes

The server implements robust path traversal protection, input validation (filename length, path depth, invalid characters), and uses parameterized queries to prevent SQL injection. It handles file operations securely, requiring explicit confirmation for destructive actions like deleting projects or folders. No hardcoded secrets or 'eval' usage was found. The HTTP transport uses permissive CORS by default and binds to all interfaces ('0.0.0.0'), which should be considered in deployment and potentially restricted via firewall rules or configuration for production environments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens2000000
Stars0
Forks0
Last Update2025-12-06

Tags

File ManagementMCP ServerRustSQLiteStorage