Skip to content

πŸŽ‰ Enhanced MCP Filesystem Server v1.0.0

Choose a tag to compare

@redf0x1 redf0x1 released this 24 Jul 04:46
· 7 commits to main since this release

🌟 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 option
  • run_command - Secure shell command execution
  • Enhanced search_files with 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