@customable/filesystem-mcp (1.0.5)

Published 2025-10-07 17:13:44 +02:00 by jack in customable-mcp/filesystem-mcp

Installation

@customable:registry=
npm install @customable/filesystem-mcp@1.0.5
"@customable/filesystem-mcp": "1.0.5"

About this package

📁 filesystem-mcp

MCP Server for secure filesystem operations.

Features

Core Operations

  • 📖 read_file - Read file contents
  • ✍️ write_file - Write file contents
  • 📋 list_files - List files in directory
  • 🔍 search_files - Search in files
  • 🗂️ create_directory - Create directory
  • 🗑️ delete_file - Delete file
  • 📊 get_file_info - Get file metadata

Security

  • Path traversal prevention
  • Sandboxed operations
  • Configurable allowed directories
  • File size limits

Installation

npm install
npm run build

Usage

npm start

Configuration

Set environment variables:

  • ALLOWED_PATHS - Comma-separated list of allowed base paths
  • MAX_FILE_SIZE - Maximum file size in bytes (default: 10MB)

License

MIT

Dependencies

Dependencies

ID Version
@modelcontextprotocol/sdk ^0.5.0
@types/glob ^8.1.0
glob ^11.0.3
zod ^3.23.8

Development dependencies

ID Version
@types/node ^22.0.0
typescript ^5.5.0

Keywords

mcp filesystem file-operations mcp-server
Details
npm
2025-10-07 17:13:44 +02:00
1
Customable Team
MIT
9.7 KiB
Assets (1)
Versions (2) View all
2.0.0 2025-10-10
1.0.5 2025-10-07