Back to Home
kmransom56 icon

universal-mcp-servers

Verified Safe

by kmransom56

Overview

Provides secure, Model Context Protocol (MCP)-compliant access to file system operations (read, write, move, list, search, get metadata, edit files) for AI development tools, including dynamic access control.

Installation

Run Command
npx -y @modelcontextprotocol/server-filesystem /path/to/your/project

Security Notes

The server implements robust path validation to prevent traversal attacks, utilizes `fs.realpath` to resolve symlinks for existing paths, and employs atomic file operations (e.g., `fs.writeFile` with `wx` flag for exclusive creation, `fs.rename` for safe overwrites) to mitigate symlink race conditions. Dynamic directory access control via MCP Roots provides flexible sandboxing capabilities. No 'eval' or obvious obfuscation is present. Security largely depends on the correct configuration of allowed directories and the client's trust in the MCP communication channel.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassLow
Avg Tokens100
Stars1
Forks0
Last Update2025-12-02

Tags

filesystemfile-operationssecurityaccess-controlnodejs