Skip to main content
Glama

file-finder-mcp

file-finder-mcp MCP 服务器

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

成分

资源

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

  • 每个文件资源包括:
    • 文件名
    • 完整路径
    • 文件大小
    • 创建日期

工具

服务器提供了一个工具:

  • 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