MCP.so
登录

Everything Search MCP Server

@mamertofabian

关于 Everything Search MCP Server

暂无概览

基本信息

分类

搜索

许可证

MIT

运行时

python

传输方式

stdio

发布者

mamertofabian

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-everything-search": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "mcp-server-everything-search",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Everything Search MCP Server?

An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux. On Windows, it uses the Everything SDK; on macOS, it uses the built‑in mdfind command; on Linux, it uses locate/plocate.

How to use Everything Search MCP Server?

Install via Smithery, uvx, or pip. Use the search tool with a required query string and optional parameters (max_results, match_path, match_case, match_whole_word, match_regex, sort_by). On Windows, set the EVERYTHING_SDK_PATH environment variable to the Everything DLL.

Key features of Everything Search MCP Server

  • Cross‑platform file search (Windows, macOS, Linux)
  • Uses Everything SDK on Windows for fast indexing
  • Supports regex, whole word, and case‑sensitive searches
  • Results include full path, size, and modification date
  • Configurable result count (up to 1000) and sort order
  • Works with Claude Desktop and other MCP clients

Use cases of Everything Search MCP Server

  • Quickly locate files by name, extension, or path across the entire system
  • Search recently modified files using date filters (e.g., datemodified:today)
  • Integrate powerful file search into AI assistants via the MCP protocol

FAQ from Everything Search MCP Server

What dependencies are needed on each platform?

Windows requires the Everything utility and the Everything SDK DLL (set via EVERYTHING_SDK_PATH). Linux needs locate or plocate with an updated database. macOS requires no additional setup.

How do I search by full path instead of filename?

Set the optional parameter match_path to true in the search tool call.

What search syntax is supported on Windows?

Windows supports full Everything SDK features, including operators like ext:, datemodified:, and path:. See the SEARCH_SYNTAX.md file for details.

What is the maximum number of results I can request?

The default is 100, and the maximum allowed is 1000. Use the max_results parameter.

Can I use regular expressions in my search?

Yes. Set the match_regex parameter to true to enable regex search.

评论

搜索 分类下的更多 MCP 服务器