Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by HardCoreDevMachine • Uncategorized
MCP server to find files in the filesystem by path fragment and return file details in JSON format.
Locate files on a local filesystem by partial path matching.
Integrate file search capabilities within VSCode using the Cline extension.
Detailed file metadata such as size and creation date in JSON format.
This MCP server allows searching for files on the local filesystem using a fragment of the file path. It returns detailed information about found files including name, full path, size, and creation date in JSON format. The server integrates with the Cline extension in VSCode, enabling seamless file search capabilities within the editor environment. It supports logging and can be extended with additional tools by modifying the server code.