Skip to main content
Glama
StepanCooleague

file-finder-mcp

file-finder-mcp MCP 服务器

用于根据路径片段在文件系统中搜索文件的 MCP 服务器。

成分

资源

服务器实现了文件搜索系统:

  • 每个文件资源包括:

    • 文件名

    • 完整路径

    • 文件大小

    • 创建日期

工具

服务器提供了一个工具:

  • 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

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