Manages basic file system operations, allowing listing and deletion of files within a restricted directory.
This tool serves as a FastMCP server, providing fundamental file system management capabilities. It enables users to list all files within a designated root directory and securely delete specific files, with operations strictly confined to a restricted 'fs/' directory to enhance security and prevent unauthorized access.
Key Features
01Communicates via standard I/O using MCP protocol
02Restricted directory operations for security
030 GitHub stars
04List all files within a root directory
05Delete specified files securely
Use Cases
01Automating file cleanup in development environments
02Managing temporary file storage in server applications
03Integrating basic file operations into larger automation workflows