A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A specialized Model Context Protocol (MCP) server for full-text search within a filesystem.
A specialized Model Context Protocol (MCP) 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.
First, install Rust sdk from here.
Clone this repository.
git clone git@github.com:Kurogoma4D/file-search-mcp.git
And add this to your MCP settings (in Cursor, Claude, ...).
<path-to-repo>/target/release/file-search-mcpReplace <path-to-repo> to your cloned repository path.
directory: Path to the directory to searchkeyword: Keyword to search forfile_path: Path to the file to readMIT License
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots