Back to Home
EdibleTuber icon

void-mcp-server

Verified Safe

by 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

Run Command
python mcp_server.py

Security 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

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars1
Forks0
Last Update2025-11-30

Tags

filesystemsecurityAI toolsMCPPython