mcp-file-finder
If you are the rightful owner of mcp-file-finder 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.
MCP File Finder is a server application designed to search for files based on a fragment of their path.
The MCP File Finder is a model context protocol server that allows users to search for files by specifying a fragment of the file path. It is built using Python and requires version 3.8 or higher. The server can be easily set up by cloning the repository and installing the necessary dependencies. Once the server is running, users can make HTTP requests to search for files within a specified directory. The server returns a JSON response containing details about the files that match the search criteria, including the file name, path, size, and creation date. This tool is particularly useful for developers and system administrators who need to quickly locate files within large directory structures.
Features
- File Search: Allows searching for files using a fragment of the file path.
- JSON Response: Provides detailed information about each file in JSON format.
- Easy Setup: Simple installation and setup process using Python.
- Local Server: Runs on a local server accessible via HTTP requests.
- Directory Specification: Users can specify the directory to search within.