Skip to main content
Glama

file-finder-mcp

ファイルファインダー-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
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.

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

  1. コンポーネント
    1. リソース
    2. ツール
  2. クイックスタート
    1. インストール
  3. テスト

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that provides access to project files and their contents, allowing users to retrieve file data from specified project directories with error handling and configuration options.
      Last updated -
      1
      4
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
      Last updated -
      5
      1
      JavaScript
    • A
      security
      A
      license
      A
      quality
      An MCP server that provides tools for reading, writing, and editing files on the local filesystem.
      Last updated -
      1
      1,387
      Python
      Apache 2.0
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Filesystem MCP server that allows an LLM to read and list files from a specified directory on your local machine through the Model Context Protocol.
      Last updated -
      2
      Python

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

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