Back to Home

mcp-file-server

Verified Safe

by 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

Run Command
docker run -d --name mcp-file-server -v /Users/abhishekloiwal/CascadeProjects/ClaudeProjects:/data mcp-file-server

Security 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-19

Tags

MCP ServerFile SystemAI ToolsDockerLocal Data