file-search-mcp
If you are the rightful owner of file-search-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 Search MCP is a specialized Model Context Protocol server for full-text search within a filesystem, built with Rust.
File Search MCP is a tool that provides powerful full-text search capabilities for text files in a specified directory. It uses the Tantivy search engine to index and search through text content efficiently. This project implements the Model Context Protocol (MCP), making it compatible with AI assistants and other systems that support the protocol.
Features
- Full-text search: Search for keywords in text files across a directory structure
- 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
- In-memory indexing: Creates fast, temporary indexes for search operations
- Score-based results: Returns search hits with relevance scores