1. Conduid
  2. Developer Tools
  3. Rust MCP Filesystem
MCP server · Developer Tools

Rust MCP Filesystem

Blazing-fast, asynchronous MCP server for seamless filesystem operations.

Unclaimed MIT last commit 8 months ago files
79Good

Scored 3 hours ago · breakdown

About Rust MCP Filesystem

Rust MCP Filesystem is an MCP server published by rust-mcp-stack in the Developer Tools category: blazing-fast, asynchronous MCP server for seamless filesystem operations. It has been installed 0 times through Conduid.

The repository has 133 stars and 21 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx rust-mcp-filesystem

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Rust MCP Filesystem

Powered by Claude · Grounded in docs

I know everything about Rust MCP Filesystem. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.4.5v0.4.5 · 29 Aug 2026[0.4.5](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.4.4...v0.4.5) (2026-08-29) 🐛 Bug Fixes Support Windows UNC share paths as allowed directories ([#96](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/96))…
v0.4.4v0.4.4 · 28 Aug 2026[0.4.4](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.4.3...v0.4.4) (2026-08-27) 🐛 Bug Fixes Prevent symlink path-traversal escape via cap-std sandboxing…
v0.4.3v0.4.3 · 9 Aug 2026[0.4.3](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.4.2...v0.4.3) (2026-08-09) 🚀 Features Update rust-mcp-sdk from 0.8 to 1.0 ([#89](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/89))…
v0.4.2v0.4.2 · 18 May 2026[0.4.2](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.4.1...v0.4.2) (2026-05-18) 🚀 Features Replace async-zip with zip + rc-zip-tokio crates ([#85](https://github.com/rust-mcp-stack/rust-mcp-filesystem/issues/85))…
v0.4.1v0.4.1 · 15 Mar 2026[0.4.1](https://github.com/rust-mcp-stack/rust-mcp-filesystem/compare/v0.4.0...v0.4.1) (2026-03-15) 🚀 Features Add --disable-tools CLI option to disable specific tools…

README

Rust MCP Filesystem

Rust MCP Filesystem is a blazingly fast, asynchronous, and lightweight MCP (Model Context Protocol) server designed for efficient handling of various filesystem operations. This project is a pure Rust rewrite of the JavaScript-based @modelcontextprotocol/server-filesystem, offering enhanced capabilities, improved performance, and a robust feature set tailored for modern filesystem interactions.

📝 Refer to the project documentation for installation and configuration instructions.

⭐️ It is also available on Docker Hub’s MCP Registry at: https://hub.docker.com/mcp/server/rust-mcp-filesystem

Features

  • ⚡ High Performance: Built in Rust for speed and efficiency, leveraging asynchronous I/O to handle filesystem operations seamlessly.
  • 🔒 Read-Only by Default: Starts with no write access, ensuring safety until explicitly configured otherwise.
  • 🔍 Advanced Glob Search: Supports full glob pattern matching allowing precise filtering of files and directories using standard glob syntax.For example, patterns like *.rs, src/**/*.txt, and logs/error-???.log are valid and can be used to match specific file types, recursive directory searches, or patterned filenames.
  • 🔄 MCP Roots support: enabling clients to dynamically modify the list of allowed directories (disabled by default).
  • 📦 ZIP Archive Support: Tools to create ZIP archives from files or directories and extract ZIP files with ease.
  • 🪶 Lightweight: Standalone with no external dependencies (e.g., no Node.js, Python etc required), compiled to a single binary with a minimal resource footprint, ideal for both lightweight and extensive deployment scenarios.
  • 🎛️ Tool Disabling: Disable specific tools to limit functionality and reduce the number of available tools, helping to save tokens.

👉 Refer to capabilities for a full list of tools and other capabilities.

🔧 Installation & Configuration

For detailed setup instructions, please visit the project documentation.

Quick installation guide

  • Shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.4.1/rust-mcp-filesystem-installer.sh | sh
  • PowerShell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rust-mcp-stack/rust-mcp-filesystem/releases/download/v0.4.1/rust-mcp-filesystem-installer.ps1 | iex"
  • Homebrew
brew install rust-mcp-stack/tap/rust-mcp-filesystem

Cargo

cargo install rust-mcp-filesystem --locked
  • NPM
npm i -g @rustmcp/rust-mcp-filesystem@latest

The npm package is provided for convenience. It runs the same underlying Rust binary but can be installed and used as a standard npm package.

Purpose

This project aims to provide a reliable, secure, and feature-rich MCP server for filesystem management, reimagining the capabilities of @modelcontextprotocol/server-filesystem in a more performant and type-safe language. Whether you’re building tools for file exploration, automation, or system integration, rust-mcp-filesystem offers a solid foundation.

🧰 Built With

The project leverages the rust-mcp-sdk and rust-mcp-schema to build this server. check out those repositories if you’re interested in crafting your own Rust-based MCP project or converting existing ones to Rust for enhanced performance and safety.

License

This project is licensed under the MIT License. see the LICENSE file for details.

Acknowledgments

Inspired by @modelcontextprotocol/server-filesystem and built with the power of Rust.

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Rust MCP Filesystem

How do I install Rust MCP Filesystem?

Run npx rust-mcp-filesystem, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Rust MCP Filesystem safe to use with an AI agent?

Its trust score is 79 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Rust MCP Filesystem still maintained?

Yes — the latest release is v0.4.5 (29 Aug 2026), and the last commit was 8 months ago. The repository has 133 stars and 0 open issues.