Back to Apps

File Search MCP
by kurogoma4d
High-performance full-text search for local filesystems using Tantivy and Rust.
0 stars
Works in:Cursor
Exposes:Tools
What it does
File Search MCP provides an AI assistant with the ability to perform deep full-text searches across a local directory. Instead of simple grep-like searches, it leverages the Tantivy search engine to index text content and return the most relevant matches based on scoring.
Tools
search: Search for keywords in text files within a specified directory.read_file: Read and display the content of a specific file by its path.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"file-search-mcp": {
"command": "/path/to/repo/target/release/file-search-mcp"
}
}
}
Supported hosts
Confirmed for Cursor and Claude Desktop.
Quick install
git clone git@github.com:Kurogoma4D/file-search-mcp.git && cd file-search-mcp && cargo build --releaseInformation
- Pricing
- free
- Published
- 7/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add `/path/to/repo/target/release/file-search-mcp` as a stdio server in MCP settings.Claude Desktop
{
"mcpServers": {
"file-search-mcp": {
"command": "/path/to/repo/target/release/file-search-mcp"
}
}
}





