Filesystem Server
v2026.1.14
Verified
Secure file system access for reading, writing, and managing files with sandboxed permissions and configurable access controls.
By AnthropicMIT
typescript
file system
76.6Kstars
193.2Kdownloads
9.8Kforks
Scanned Feb 8, 2026
A+95%
Scanned 3w ago
Excellent Security
Vulnerabilities Found
0Crit
0High
0Med
1Low
2Info
Security ScoreA+
95
out of 100
Vulnerabilities Found
0
Crit
0
High
0
Medi
1
Low
2
Info
Last scanned: 2/8/2026
Quality ScoreA
92
out of 100
97
Maint.
97
Popular
97
Docs
95
Compat
Maintenance97%
Popularity97%
Documentation97%
Compatibility95%
Maintenance97
Recent
9 days agoCommit Frequency84%
Release Frequency77%
Issue Response87%
Popularity97
76.6K
Stars
193.2K
Downloads
9.8K
Forks
Stars Score100%
Downloads Score100%
Forks Score100%
Documentation97
README Quality87%
Available Documentation
API DocsExamplesChangelog
Compatibility95
MCP Spec Compliance97%
Transport Support50%
Features
TypeScript
Supported Transports
STDIO
Vulnerabilities(3)
1Low
2Info
Filter:
READMEFilesystem Server
View sourceFilesystem 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-filesystemConfiguration
json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/allowed/path"]
}
}
}Tools
read_file- Read file contentswrite_file- Write content to filelist_directory- List directory contentscreate_directory- Create new directorymove_file- Move or rename filesdelete_file- Delete files
License
MIT
Embed Security Badge
Add this badge to your README or documentation
[](https://mcpsafe.org/registry/filesystem-server)Need more customization options?Badge Documentation
Server Information
- Source
- NPM
- Package
- @modelcontextprotocol/server-filesystem
- Version
- 2026.1.14
- Language
- typescript
- License
- MIT
- Transport
- STDIO
- Added
- Jan 20, 2026
- Updated
- Feb 8, 2026