A high-performance filesystem MCP server built in Rust, designed to give AI agents a structural understanding of your local files. While standard filesystem tools rely on basic string matching, Octofs integrates ast-grep for semantic code search and supports atomic batch edits across multiple files. It's built for agents that actually ship—providing the speed and safety (gitignore-aware) needed to refactor entire codebases without the usual back-and-forth context waste. - AST-Powered Search: Find code by structure, not just text. - Atomic Batch Edits: Apply multi-file changes with diff previews. - Rust-Native Speed: Sub-millisecond responses for codebase scanning. - MCP Native: Seamless integration with Cursor, Claude, and Windsurf.