Locates files within a file system based on partial path matches and returns results in JSON format.
File Finder is a Model Context Protocol (MCP) server written in Python, designed to integrate with Cline in VSCode. It enables efficient file searching within a file system by accepting a path fragment and delivering search results in a structured JSON format. This facilitates seamless integration with Cline for enhanced file discovery capabilities within the VSCode environment.
Características Principales
01Integrates with Cline in VSCode.
02Case-insensitive search.
030 GitHub stars
04Searches files based on partial path fragments.
05Provides file size and creation date.
06Returns results in JSON format.
Casos de Uso
01Integrate file search functionality into other applications.