MCPFileManagerTest
Verified Safeby rem5357
Overview
Provides AI agents with file storage, retrieval, and organization capabilities through an MCP server.
Installation
./target/release/mcp-file-manager --transport stdioEnvironment 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
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
just-mcp
Provides an MCP (Model Context Protocol) server for AI agents to discover, execute, and introspect Justfile recipes, enabling automated build and task management without direct shell access.
org-mcp-server
A Model Context Protocol (MCP) server for org-mode knowledge management, providing search, content access, and note linking capabilities for AI agents.
filesystem-mcp
Provides secure, efficient, and token-optimized filesystem operations for AI agents via the Model Context Protocol.