void-mcp-server
Verified Safeby EdibleTuber
Overview
Provides a secure, sandboxed filesystem server for AI agents via the Model Context Protocol (MCP), enabling file and directory operations within a defined project root.
Installation
python mcp_server.pySecurity Notes
The server implements robust security measures including path sandboxing via Path.resolve() and relative_to() checks, a comprehensive list of blocked patterns for sensitive files and directories, extension whitelisting, and configurable file size limits. Crucially, it explicitly states 'No Shell Access' and avoids dangerous functions like eval() or subprocess.run() for arbitrary command execution. This makes it highly secure for its stated purpose within the defined sandbox.
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.