Back to Home

mcpserver-local-file

Verified Safe

by 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

Run Command
No command provided

Security 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

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-11-18

Tags

GolangMCPFile SystemJSON-RPCLocal Server