Registry/Filesystem Server

Filesystem Server

v2026.7.4
Verified

MCP server for filesystem access

By AnthropicNOASSERTION
typescript
file system
88.4Kstars
193.2Kdownloads
11.2Kforks
Scanned Jul 13, 2026
WebsiteRepositoryGITHUB
F0%
Scanned 6d ago

Critical Issues

Vulnerabilities Found
57Crit
138High
118Med
7Low
0Info

Security ScoreF

0
out of 100

Vulnerabilities Found

57
Crit
138
High
118
Medi
7
Low
0
Info
Last scanned: 7/13/2026

Quality ScoreB

75
out of 100
57
Maint.
98
Popular
81
Docs
73
Compat
Maintenance57%
Popularity98%
Documentation81%
Compatibility73%

Maintenance57

Unknown
Commit Frequency65%
Release Frequency70%
Issue Response25%

Popularity98

88.4K
Stars
193.2K
Downloads
11.2K
Forks
Stars Score100%
Downloads Score95%
Forks Score100%

Documentation81

README Quality75%

Available Documentation

API DocsExamplesChangelog

Compatibility73

MCP Spec Compliance80%
Transport Support50%

Features

TypeScript

Supported Transports

STDIO

Agentic MCP Risk Intelligence

MCPSafe checks risks unique to AI-connected MCP servers — prompt surfaces, model-controlled tools, credentials, filesystems, and network reachability.

4
agentic findings
Severe agentic exposure

Multiple MCP-native exploit paths were detected. Review before connecting this server to an AI client.

Prompt Injection Surface
0

Tool metadata can steer or hijack AI clients before a user invokes the tool.

AI → Command Execution
0

Model-selected tool arguments can reach shell/process execution.

Secret Exfiltration Path
0

Tool context combines credential access with outbound network capability.

Unbounded Filesystem
0

AI-controlled paths may access files outside the intended workspace.

Agent SSRF
4

AI-controlled URLs may reach local, metadata, or internal network services.

Vulnerabilities(320)

57Critical
138High
118Medium
7Low
Filter:

READMEFilesystem Server

View source

Filesystem MCP Server

Secure file operations with configurable access controls for AI assistants.

Features

  • Read/Write Files - Full file operations with encoding detection
  • Directory Operations - List, create, and manage directories
  • Sandboxed Access - Restrict operations to allowed paths
  • Path Validation - Prevents traversal attacks

Installation

bash
npm install @modelcontextprotocol/server-filesystem

Configuration

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

Tools

  • read_file - Read file contents
  • write_file - Write content to file
  • list_directory - List directory contents
  • create_directory - Create new directory
  • move_file - Move or rename files
  • delete_file - Delete files

License

MIT

Embed Security Badge

Add this badge to your README or documentation

Filesystem Server MCPSafe Security
[![Filesystem Server MCPSafe Security](https://api.mcpsafe.org
/api/badge/filesystem-server.svg)](https://mcpsafe.org/registry/filesystem-server)
Need more customization options?Badge Documentation

Server Information

Source
GITHUB
Package
@modelcontextprotocol/server-filesystem
Version
2026.7.4
Language
typescript
License
NOASSERTION
Transport
STDIO
Added
Jan 20, 2026
Updated
Jul 13, 2026