fs-mcp

darkclad/fs-mcp
★ 0 stars Rust 📁 File System Updated today
Rust MCP server giving LLMs safe filesystem access at TB scale — capability-sandboxed roots, journaled mutations with undo, streaming walkers, and .fsplan virtual-FS previews before committing changes.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fs-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "fs-mcp"
      ]
    }
  }
}

README Excerpt

A high-performance MCP (Model Context Protocol) server in Rust that exposes filesystem tools to LLM clients. Designed for TB-scale workloads: capability-sandboxed paths, journaled/reversible mutations, streaming walkers, and `.fsplan` virtual-filesystem previews. Roadmap and full design in [DESIGN.md](DESIGN.md) and [IMPLEMENTATION.md](IMPLEMENTATION.md).