File Finder icon

File Finder

Locates files within a file system based on a provided path fragment and returns the results in JSON format.

概要

This simple server, written in Python, facilitates file discovery within a file system. It accepts a path fragment as input and searches for files containing that fragment in their paths. The search results, including file name, path, size, and creation date, are then formatted and returned as a JSON response, enabling easy integration with other applications and tools.

主な機能

  • Returns search results in JSON format
  • 1 GitHub stars
  • File search by path fragment
  • Easy setup and execution
  • Configurable with VSCode Cline extension

ユースケース

  • Quickly find files by partial path
  • Integrate file search into automated workflows
  • Develop custom file management tools
File Finder: Locate Files Quickly with JSON Output