Skip to main content
Glama
StepanCooleague

file-finder-mcp

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

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

コンポーネント

リソース

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

  • 各ファイル リソースには次のものが含まれます。

    • ファイル名

    • フルパス

    • ファイルサイズ

    • 作成日

ツール

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

  • search-files : 指定されたパスフラグメントに一致するファイルを検索します。

    • query必須の文字列引数として受け取ります。

    • オプションの文字列directoryとして、検索のベースディレクトリを指定します。指定しない場合は、ルートディレクトリで検索が実行されます。

    • 一致するファイルとそのメタデータのリストを返します。

Related MCP server: Smart Photo Journal MCP Server

クイックスタート

インストール

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
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

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/StepanCooleague/file-finder-mcp'

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