local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides powerful file search capabilities through integration with Everything Search Engine, allowing for full text search across files and directories with advanced filtering options, sorting, and customizable result formats.
すべて検索MCPサーバー
Everything Search Engine との統合を提供し、モデル コンテキスト プロトコルを通じて強力なファイル検索機能を可能にする MCP サーバーです。
特徴
- ファイルとディレクトリ全体の全文検索
- 詳細検索オプション:
- 大文字と小文字を区別した検索
- 単語全体の一致
- 正規表現
- パス検索
- 並べ替えオプション:
- 名前で
- パス別
- サイズ別
- 更新日順
- 結果のフォーマット:
- 人間が読めるファイルサイズ
- フォーマットされた日付
- 完全なファイルパス
前提条件
- Node.js 16以上
- HTTP サーバーが有効な Everything Search Engine
Everything Searchの設定
- すべてを開く検索
- ツール > オプション > HTTPサーバーに移動します
- HTTPサーバーを有効にする
- HTTP サーバーのポートを 8011 に設定します (これはこの MCP サーバーで使用されるデフォルトのポートです)
- 変更を保存するには[OK]をクリックします
注: 別のポートを使用する必要がある場合は、 http://127.0.0.1:8011/
8011/ に接続するsrc/server.ts
のポートを変更する必要があります。
インストール
Copy
使用法
サーバーは、MCP を通じて単一のツールを提供します。
Copy
検索例
- 基本的なファイル検索:
Copy
- フィルターを使用した高度な検索:
Copy
- パス内の正規表現検索:
Copy
ライセンス
ISC
You must be authenticated.
Tools
Everything Search Engine との統合を提供し、正規表現、大文字と小文字の区別、並べ替えなどの高度な検索オプションを備えたモデル コンテキスト プロトコルを通じて強力なファイル検索機能を実現します。