enhanced-filesystem-mcp
Verified Safeby LukeL99
Overview
Provides enhanced filesystem access to an MCP client with named path aliases and fuzzy search capabilities.
Installation
node dist/index.jsSecurity 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
mcp-filesystem-server
Provides secure and controlled access to the local filesystem via the Model Context Protocol (MCP) for AI agents and other applications.
filesystem-mcp
Provides secure, efficient, and token-optimized filesystem operations for AI agents via the Model Context Protocol.
dev-kit-mcp-server
A Model Context Protocol (MCP) server targeted for agent development tools, providing scoped authorized operations in the root project directory.
docker-mcp-server
A Model Context Protocol (MCP) server for containerized execution and file operations, enabling AI assistants to interact with a Docker environment via HTTP.