From a6cccbfcbf873a301a8b36bb446c3d845b9d6bd9 Mon Sep 17 00:00:00 2001 From: efforthye <118509759+hyelang@users.noreply.github.com> Date: Thu, 21 Aug 2025 12:15:01 +0900 Subject: [PATCH] docs: Add fast-filesystem-mcp server Adds fast-filesystem-mcp to the File Systems section of the awesome MCP servers list. This MCP server provides. - Advanced filesystem operations with Claude-optimized performance - Large file handling capabilities with streaming support - Sequential reading for large files with continuation tokens - Comprehensive directory operations and file search - Automatic backup and recovery features - Multi-block editing with zero-failure guarantee - Enterprise-grade stability and overflow protection The server is built with TypeScript and supports all major operating systems (macOS, Windows, Linux), making it a valuable addition to the file systems category. Repository: https://github.com/efforthye/fast-filesystem-mcp NPM Package: https://www.npmjs.com/package/fast-filesystem-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e5083c7..6b3bd9d5 100644 --- a/README.md +++ b/README.md @@ -608,6 +608,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [8b-is/smart-tree](https://github.com/8b-is/smart-tree) 🦀 🏠 🍎 🪟 🐧 - AI-native directory visualization with semantic analysis, ultra-compressed formats for AI consumption, and 10x token reduction. Supports quantum-semantic mode with intelligent file categorization. - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Share code context with LLMs via MCP or clipboard - [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - File merger tool, suitable for AI chat length limits. +- [efforthye/fast-filesystem-mcp](https://github.com/efforthye/fast-filesystem-mcp) 📇 🏠 🍎 🪟 🐧 - Advanced filesystem operations with large file handling capabilities and Claude-optimized features. Provides fast file reading/writing, sequential reading for large files, directory operations, file search, and streaming writes with backup & recovery. - [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) ☕ 🏠 - A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image. - [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) 📇 ☁️ - Box integration for listing, reading and searching files - [isaacphi/mcp-gdrive](https://github.com/isaacphi/mcp-gdrive) 📇 ☁️ - Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets.