trackmcp
Back to directory
Kurogoma4D

file-search-mcp

View on GitHub

A specialized Model Context Protocol (MCP) server for full-text search within a filesystem.

14 stars RustFile & Data Management Updated Oct 9, 2025

Documentation

File Search MCP

A specialized Model Context Protocol (MCP) server for full-text search within a filesystem, built with Rust.

๐Ÿ” Overview

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

๐Ÿ› ๏ธ Technology Stack

  • **Rust**: For performance, safety, and concurrency
  • **Tantivy**: A full-text search engine library in Rust
  • **RMCP**: Rust implementation of the Model Context Protocol
  • **Tokio**: Asynchronous runtime for Rust

๐Ÿ“‹ Usage

First, install Rust sdk from here.

Clone this repository.

bash
git clone git@github.com:Kurogoma4D/file-search-mcp.git

And add this to your MCP settings (in Cursor, Claude, ...).

  • command: `/target/release/file-search-mcp`

Replace `` to your cloned repository path.

๐Ÿ”„ How It Works

1. The server indexes text files in the specified directory, excluding binary files

2. It processes the content of text files and adds them to an in-memory Tantivy index

3. When a search is performed, it queries the index for matches and ranks them by relevance

4. Results are returned with file paths and relevance scores

5. The file content reader tool allows you to view the content of any text file by providing its path

๐Ÿ› ๏ธ Available Tools

Search Tool

  • Description: Search for keywords in text files within a specified directory
  • Parameters:
    • `directory`: Path to the directory to search
    • `keyword`: Keyword to search for

File Content Reader Tool

  • Description: Read and display the content of a specific file
  • Parameters:
    • `file_path`: Path to the file to read

๐Ÿ“„ License

MIT License

๐Ÿ™ Acknowledgements

  • Tantivy for the full-text search engine
  • RMCP for the Model Context Protocol implementation

Frequently asked questions

What is file-search-mcp?

file-search-mcp is A specialized Model Context Protocol (MCP) server for full-text search within a filesystem.

How do I install file-search-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is file-search-mcp open source?

Yes โ€” it is hosted on GitHub at https://github.com/Kurogoma4D/file-search-mcp and has 14 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP