mcp-file-server
Verified Safeby navono
Overview
Provides AI assistants (e.g., Claude for Desktop) with read, write, and delete access to a specified local file system directory via the MCP protocol.
Installation
docker run -d --name mcp-file-server -v /Users/abhishekloiwal/CascadeProjects/ClaudeProjects:/data mcp-file-serverSecurity Notes
The server grants full read, write, and delete capabilities to the specified mounted local directory. While contained within Docker, an unconstrained or exploited AI could potentially delete or modify important files within that mounted volume. Proper path sanitization in the 'server.py' (not provided for audit) is crucial to prevent path traversal attacks. No direct network exposure is indicated, as access is via 'docker exec'. The risk is primarily related to the scope of file system access granted to the AI.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
docker-mcp-server
A Model Context Protocol (MCP) server for containerized execution and file operations, enabling AI assistants to interact with a Docker environment via HTTP.
mcp-client-server
A specialized Model Context Protocol (MCP) server designed to act as a testing harness for developing and iterating on other MCP servers within a Claude AI environment.