This Everything Search MCP server provides AI assistants with powerful file search capabilities through integration with the Everything Search Engine. Developed to enhance file discovery and management tasks, it leverages the Everything Search HTTP server to offer advanced search options including case sensitivity, whole word matching, regular expressions, and path-specific searches. The server supports customizable result sorting and formatting, making it ideal for use cases such as document retrieval, file organization, and content analysis across large file systems. Its implementation in TypeScript, using the Model Context Protocol SDK, ensures efficient and standardized communication between AI systems and local file search functionalities.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Perform a search for files based on the provided query and optional parameters. Parameters: query (string, required), scope (string, optional), caseSensitive (boolean, optional), wholeWord (boolean, optional), regex (boolean, optional), path (boolean, optional), maxResults (integer, optional), sortBy (string, optional), ascending (boolean, optional)