π Enhanced MCP Filesystem Server v1.0.0
π First Release: Enhanced MCP Filesystem Server
This release provides a complete, enhanced MCP filesystem server that fixes critical limitations found in standard implementations.
β¨ Key Features
π§ Fixed Issues:
- β Head + Tail Support: Read first N lines AND last M lines simultaneously
- β
Proper Glob Patterns:
*pipeline*,*.js,**/*test*work correctly - β Enhanced File Operations: Git-style diff preview for edits
π New Tools:
delete_file- Safe file/directory deletion with recursive optionrun_command- Secure shell command execution- Enhanced
search_fileswith proper glob pattern support
π¦ Installation
git clone https://github.com/redf0x1/MCP-Server-Filesystem.git
cd MCP-Server-Filesystem
npm install
node server-filesystem.js /path/to/your/workspaceπ§ MCP Client Support
- VS Code MCP Extension
- Cursor IDE
- Cline (Claude for VSCode)
- Windsurf AI Editor
- Generic MCP clients
π Documentation
Complete setup guides and configuration examples are available in the README.
π What's Different?
This server addresses specific limitations in standard MCP filesystem implementations:
- Fixed "Cannot specify both head and tail parameters" error
- Proper glob pattern matching with minimatch
- Safe recursive file deletion
- Enhanced error handling with context
- Comprehensive multi-client documentation
Full Changelog: https://github.com/redf0x1/MCP-Server-Filesystem/blob/main/CHANGELOG.md