Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by temawm • Uncategorized
A Flask server that searches files by path fragment and returns JSON results.
Locate files on a local filesystem by partial path matching.
Retrieve file metadata such as size and creation date in JSON format.
Integrate file search capabilities into Cline workflows.
This MCP server allows users to search for files within the filesystem by providing a fragment of the file path. It returns detailed information including file name, full path, size, and creation date in JSON format. The server is easy to set up with Python and Flask, and can be integrated with Cline for automated file searching tasks. It supports customization of the default search directory.