Filesystem
Createdrust-mcp-stack
Enables efficient handling of filesystem operations through a fast and asynchronous MCP server.
About
Filesystem is a blazing-fast, asynchronous MCP server built with Rust for efficient filesystem operations. A pure Rust rewrite of @modelcontextprotocol/server-filesystem, it offers enhanced capabilities, improved performance, and a robust feature set. Ideal for building tools for file exploration, automation, or system integration, it provides a solid foundation for modern filesystem interactions with a minimal resource footprint.
Key Features
- Advanced Glob Search: Supports full glob pattern matching.
- Nested Directories: Allows the creation of nested directories.
- High Performance: Built in Rust for speed and efficiency, leveraging asynchronous I/O.
- Lightweight: Standalone with no external dependencies.
- 0 GitHub stars
- Read-Only by Default: Starts with no write access, ensuring safety.