mcpserver-local-file
Verified Safeby TIZ36
Overview
A Golang-based server for local file system management following the MCP (Model Context Protocol) standard, providing read, write, delete, and list directory functionalities.
Installation
No command providedSecurity Notes
The server provides powerful file system access capabilities via an HTTP API. It includes path traversal checks, which is good. However, it explicitly recommends 'stricter path whitelisting' for production, suggesting the default configuration might be too permissive. Without explicit mention of authentication/authorization, it's presumed open to any local process by default. Running on localhost mitigates external network risks, but exposure to untrusted networks without significant hardening (auth, authz, stricter path controls) would be unsafe.
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.
orla
Orla acts as a runtime for Model Context Protocol (MCP) servers, enabling the execution of lightweight open-source AI agents and command-line tools locally.
tinystruct-mcp
A modular Java server providing a JSON-RPC interface for file system and Git/GitHub operations, aimed at automation and DevOps workflows.
filesys
A secure MCP server providing filesystem operations with controlled access to specified directories for agent-based interactions.