Back to Home
EdibleTuber icon

mcp-server

Verified Safe

by EdibleTuber

Overview

Provides a secure, sandboxed MCP server for filesystem access, enabling an AI agent to perform file operations within a project.

Installation

Run Command
python mcp_server.py

Security 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

Stats

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

Tags

FilesystemMCPAISecurityVoid Editor