File Finder
Createdkyan9400
Locates files within a file system based on partial path matches and returns results in JSON format.
About
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.
Key Features
- Integrates with Cline in VSCode.
- Case-insensitive search.
- 0 GitHub stars
- Searches files based on partial path fragments.
- Provides file size and creation date.
- Returns results in JSON format.
Use Cases
- Integrate file search functionality into other applications.
- Quickly locate files within VSCode using Cline.
- Automate file discovery tasks.