file-finder-mcp
If you are the rightful owner of file-finder-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a Model Context Protocol (MCP) server written in Python that integrates with Cline in VSCode to search for files in the file system by a path fragment and returns results in JSON format.
The MCP File Finder Server is a Python-based server designed to work with the Cline extension in Visual Studio Code (VSCode). It allows users to search for files within the file system using a path fragment and returns the search results in a structured JSON format. This server is particularly useful for developers who need to quickly locate files without manually navigating through directories. The server is easy to set up and requires minimal configuration, making it accessible for users with basic Python and VSCode knowledge. It leverages the MCP protocol to communicate efficiently with the Cline extension, ensuring seamless integration and operation.
Features
- Integrates with VSCode using the Cline extension.
- Searches files by path fragment and returns results in JSON format.
- Case-insensitive search starting from the current working directory.
- Provides file details such as name, path, size, and creation date.
- Easy setup and configuration with Python and MCP package.