file-find-mcp

file-find-mcp

3.2

If you are the rightful owner of file-find-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

File Find MCP is a specialized Model Context Protocol server for fast file search within a filesystem, built with Rust and powered by ripgrep.

File Find MCP is a tool that provides powerful search capabilities for files in a specified directory. It uses ripgrep to perform high-performance searches through file content efficiently. This project implements the Model Context Protocol (MCP), making it compatible with AI assistants and other systems that support the protocol. It is designed to offer high-performance search, file content reading, smart file detection, and seamless integration with MCP-compatible systems. Additionally, it includes a fallback mechanism using a pure Rust implementation when ripgrep is not available.

Features

  • High-performance search: Uses ripgrep for extremely fast searches across directory structures
  • File content reader: Read and display the content of specific text files
  • Smart file detection: Automatically identifies text files and skips binary files
  • MCP integration: Works with systems that support the Model Context Protocol
  • Fallback mechanism: Uses pure Rust implementation when ripgrep command is not available