File Find Mcp
@joisun
About File Find Mcp
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is File Find Mcp?
File Find Mcp is a specialized Model Context Protocol (MCP) server for fast file search within a filesystem, built with Rust and powered by ripgrep. It provides high‑performance keyword search and file content reading, and is compatible with AI assistants and other systems that support the MCP protocol.
How to use File Find Mcp?
Clone the repository, install Rust and optionally ripgrep, then build with cargo build --release. Add the binary path to your MCP settings (e.g., in Cursor or Claude) using the JSON configuration shown in the README. Once configured, invoke the search tool with a directory and keyword, or the file_content_reader tool with a file path.
Key features of File Find Mcp
- High‑performance search using ripgrep for extremely fast results
- File content reader that reads and displays text file contents
- Smart file detection that automatically skips binary files
- MCP integration works with AI assistants and protocol‑compatible systems
- Fallback mechanism uses pure Rust when ripgrep is not available
Use cases of File Find Mcp
- Quickly find code containing a specific keyword in a large project directory
- Read the contents of a file without leaving an AI assistant chat interface
- Automate file searches across structured directories in development workflows
- Integrate file search capabilities directly into MCP‑compatible tools like Cursor or Claude
FAQ from File Find Mcp
What types of files can File Find Mcp search?
It searches for keywords in text files within a specified directory; binary files are automatically detected and skipped.
Does File Find Mcp require ripgrep to be installed?
No. While ripgrep provides faster performance, File Find Mcp includes a fallback mechanism that uses a pure Rust implementation when the rg command is not available.
Which systems can integrate with File Find Mcp?
It works with any system that supports the Model Context Protocol, such as Cursor, Claude, and other MCP‑compatible tools.
How do I configure File Find Mcp in my MCP client?
Add a JSON entry to your MCP settings with the command field pointing to the full path of the compiled binary (e.g., /path/to/file-find-mcp/target/release/file-find-mcp).
What tools does File Find Mcp expose?
It exposes two tools: the search tool (parameters: directory and keyword) and the file_content_reader tool (parameter: file_path).
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments