Skip to main content
Glama

Everything Search MCP Server

by Alihkhawaher

すべて検索MCPサーバー

Everything Search Engine との統合を提供し、モデル コンテキスト プロトコルを通じて強力なファイル検索機能を可能にする MCP サーバーです。

特徴

  • ファイルとディレクトリ全体の全文検索
  • 詳細検索オプション:
    • 大文字と小文字を区別した検索
    • 単語全体の一致
    • 正規表現
    • パス検索
  • 並べ替えオプション:
    • 名前で
    • パス別
    • サイズ別
    • 更新日順
  • 結果のフォーマット:
    • 人間が読めるファイルサイズ
    • フォーマットされた日付
    • 完全なファイルパス

前提条件

  • Node.js 16以上
  • HTTP サーバーが有効な Everything Search Engine

Everything Searchの設定

  1. すべてを開く検索
  2. ツール > オプション > HTTPサーバーに移動します
  3. HTTPサーバーを有効にする
  4. HTTP サーバーのポートを 8011 に設定します (これはこの MCP サーバーで使用されるデフォルトのポートです)
  5. 変更を保存するには[OK]をクリックします

注: 別のポートを使用する必要がある場合は、 http://127.0.0.1:8011/ 8011/ に接続するsrc/server.tsのポートを変更する必要があります。

インストール

npm install npm run build

使用法

サーバーは、MCP を通じて単一のツールを提供します。

use_mcp_tool: - server_name: everything-search - tool_name: search - arguments: { "query": "search string", // Required: Text to search for "scope": "C:", // Optional: Search scope (default: C:) "caseSensitive": false, // Optional: Match case "wholeWord": false, // Optional: Match whole words only "regex": false, // Optional: Use regular expressions "path": false, // Optional: Search in paths "maxResults": 100, // Optional: Max results (1-1000, default: 100) "sortBy": "name", // Optional: Sort by name/path/size/date_modified "ascending": true // Optional: Sort direction }

検索例

  1. 基本的なファイル検索:
{ "query": "*.txt", "maxResults": 5 }
  1. フィルターを使用した高度な検索:
{ "query": "test", "scope": "C:\\Users", "caseSensitive": true, "wholeWord": true, "maxResults": 10, "sortBy": "date_modified", "ascending": false }
  1. パス内の正規表現検索:
{ "query": ".*\\.js$", "regex": true, "path": true, "maxResults": 5 }

ライセンス

ISC

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Tools

Everything Search Engine との統合を提供し、正規表現、大文字と小文字の区別、並べ替えなどの高度な検索オプションを備えたモデル コンテキスト プロトコルを通じて強力なファイル検索機能を実現します。

  1. 特徴
    1. 前提条件
      1. Everything Searchの設定
    2. インストール
      1. 使用法
        1. 検索例
          1. ライセンス

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              This server provides: * Fast file search capabilities using Everything SDK * Windows-specific implementation * Complements existing filesystem servers with specialized search functionality
              Last updated -
              225
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              Provides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.
              Last updated -
              2
              1,025
              36
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              A high-performance string search utility with Model Context Protocol integration that enables AI assistants to perform efficient pattern searching in files and strings.
              Last updated -
              JavaScript
            • -
              security
              -
              license
              -
              quality
              Provides fast file searching capabilities across Windows, macOS, and Linux operating systems using platform-specific search technologies.
              Last updated -
              Python
              MIT License

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alihkhawaher/everything-search-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server