ファイルファインダー-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
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
パスのフラグメントに基づいてファイルシステム内のファイルを検索し、名前、パス、サイズ、作成日などのファイルメタデータを返す MCP サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityAn 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 -16MIT License
- AsecurityAlicenseAqualityThis MCP server aids users in searching and analyzing their photo library by location, labels, and people, offering functionalities like photo analysis and fuzzy matching for enhanced photo management.Last updated -21MIT License
- AsecurityAlicenseAqualityAn MCP server that provides tools for reading, writing, and editing files on the local filesystem.Last updated -1,553Apache 2.0
- -securityAlicense-qualityStores metadata for MCP servers and provides smart search capabilities, allowing users to find appropriate MCP servers for their queries and route requests to the most suitable server.Last updated -10MIT License