mcp-server
Verified Safeby EdibleTuber
Overview
Provides a secure, sandboxed MCP server for filesystem access, enabling an AI agent to perform file operations within a project.
Installation
python mcp_server.pySecurity Notes
The server implements robust multi-layered security, including path sandboxing, sensitive file/directory blocking (.git, .env, .ssh), file extension whitelisting, and file size limits. It explicitly prevents arbitrary shell command execution. There is no usage of 'eval' or hardcoded secrets. A minor consideration is that symbolic link attacks are noted as 'not explicitly handled', although Path.resolve() offers some mitigation.
Similar Servers
hyper-mcp
A fast, secure Model Context Protocol (MCP) server that extends its capabilities through WebAssembly plugins, enabling AI agents to access tools, resources, and prompts.
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
toolhive-studio
ToolHive is a desktop application (Electron UI) for discovering, deploying, and managing Model Context Protocol (MCP) servers in isolated containers, and connecting them to AI agents and clients.
filesystem-mcp
Provides secure, efficient, and token-optimized filesystem operations for AI agents via the Model Context Protocol.