Back to Browse

Filesystem MCP Server

File & StorageModerate5.0Local
Free

Secure file operations with configurable access controls

About

The Filesystem MCP Server provides secure file operations with configurable access controls. It allows your AI assistant to read, write, search, and manage files within directories you explicitly allow.

Part of the official MCP reference servers, this is one of the most fundamental building blocks for AI workflows. It supports directory listing, file search, move/copy operations, and content reading with strict path restrictions.

Every file operation is sandboxed to the directories you configure. The server cannot access files outside the allowed paths, making it safe for use with sensitive project structures.

Security Report

5.0
Moderate5.0Moderate Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 code issue detected. 4 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "filesystem": {
      "env": {},
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Filesystem MCP Server - Secure file operations with configurable access controls | MCP Marketplace