About
This Rust-native server re-implements the Model Context Protocol's filesystem server, prioritizing speed, memory safety, and protocol compatibility. It offers a comprehensive suite of file system operations, including reading, writing, editing, moving, and deleting files and directories, alongside advanced tools for line-based edits, bulk search/replace, and content-aware file searching with regular expressions. Designed with robust path validations and allowlists, it ensures secure operations. The server supports both local stdio and remote HTTP streaming transport modes, making it versatile for various integration scenarios with AI agents and development environments like Claude Code and Codex.