Skip to main content
Glama

file-finder-mcp

파일 찾기-mcp MCP 서버

경로 조각을 기반으로 파일 시스템에서 파일을 검색하기 위한 MCP 서버입니다.

구성 요소

자원

서버는 파일 검색 시스템을 구현합니다.

  • 각 파일 리소스에는 다음이 포함됩니다.
    • 파일 이름
    • 전체 경로
    • 파일 크기
    • 생성 날짜

도구

서버는 하나의 도구를 제공합니다.

  • search-files : 주어진 경로 조각과 일치하는 파일을 검색합니다.
    • query 필수 문자열 인수로 사용합니다.
    • 검색의 기본 디렉터리를 지정하는 선택적 문자열 인수로 directory 사용합니다. 지정하지 않으면 검색은 루트 디렉터리에서 실행됩니다.
    • 일치하는 파일과 해당 메타데이터의 목록을 반환합니다.

빠른 시작

설치하다

cline_mcp_settings.json 파일의 내용을 다음 구성으로 바꾸세요.

지엑스피1

테스트

테스트는 다음 프롬프트를 사용하여 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