This MCP server implementation provides a file finding functionality within the filesystem. It offers a tool to search for files based on a path fragment, returning detailed information such as file name, full path, size, and creation date. The server is built using Python and leverages the os module for filesystem operations, making it suitable for use cases requiring file discovery and metadata retrieval in local or networked environments.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Search for files based on a case-insensitive filename or path fragment. Parameters: query (string, required), max_results (integer, default 50), extensions (string array, optional), exclude (string array, optional), include_hidden (boolean, default false)