file-search-mcp

Kurogoma4D/file-search-mcp
★ 18 stars Rust 📁 File System Updated 3mo ago
A specialized Model Context Protocol (MCP) server for full-text search within a filesystem.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "file-search-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "file-search-mcp"
      ]
    }
  }
}