file-finder-mcp

Integrations

  • Allows searching and retrieving files and their metadata (name, path, size, creation date) from the filesystem using path fragments.

ファイルファインダー-mcp MCP サーバー

パスフラグメントに基づいてファイルシステム内のファイルを検索するための MCP サーバー。

コンポーネント

リソース

サーバーはファイル検索システムを実装します。

  • 各ファイル リソースには次のものが含まれます。
    • ファイル名
    • フルパス
    • ファイルサイズ
    • 作成日

ツール

サーバーは次のツールを 1 つ提供します。

  • search-files : 指定されたパスフラグメントに一致するファイルを検索します。
    • query必須の文字列引数として受け取ります。
    • オプションの文字列directoryとして、検索のベースディレクトリを指定します。指定しない場合は、ルートディレクトリで検索が実行されます。
    • 一致するファイルとそのメタデータのリストを返します。

クイックスタート

インストール

cline_mcp_settings.jsonファイルの内容を次の構成に置き換えます。

{ "mcpServers": { "file-finder-mcp": { "command": "uv", "args": [ "--directory", "/Users/stleubaev/Desktop/ClineTest/file-finder-mcp", "run", "file-finder-mcp" ] } } }

テスト

テストは、次のプロンプトを使用して Gemini モデルを使用して実施されました。

hi can you find files called file_to_find on my desktop using my mcp server

You must be authenticated.

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

パスのフラグメントに基づいてファイルシステム内のファイルを検索し、名前、パス、サイズ、作成日などのファイルメタデータを返す MCP サーバー。

  1. Components
    1. Resources
    2. Tools
  2. Quickstart
    1. Install
  3. Testing
    ID: ylzwo0zfry