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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
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)