Back to Home
LukeL99 icon

enhanced-filesystem-mcp

Verified Safe

by LukeL99

Overview

Provides enhanced filesystem access to an MCP client with named path aliases and fuzzy search capabilities.

Installation

Run Command
node dist/index.js

Security Notes

The server implements robust path validation, symlink resolution using `fs.realpath`, and atomic file writes (via temporary files and renames) to prevent path traversal, symlink attacks, and race conditions. Input paths are rigorously checked against a list of explicitly allowed directories. No 'eval' or obfuscation found. Configuration files are read from standard locations, and CLI arguments override them, but all paths are subjected to strict validation.

Similar Servers

Stats

Interest Score9
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-16

Tags

FilesystemMCP ServerFuzzy SearchNamed PathsCoding Agent