Update README.md - Add Everything Search to community highlights #371
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding a cross-platform file search MCP server that leverages native search capabilities on each supported OS: Everything SDK (Windows), Spotlight (macOS), and locate/plocate (Linux). On Windows, it integrates with voidtools Everything for fast file indexing and search. Available in PyPi.
Server Details
Motivation and Context
This server provides fast file search capabilities across multiple operating systems, utilizing the best native search tools for each platform. Enabling LLMs to interact with local file search functions directly empowers users to better organize and manage their file systems through natural language interactions.
This integration allows LLMs to assist users with tasks like file organization, duplicate detection, and content discovery through natural conversation, making file system management more intuitive and efficient.
How Has This Been Tested?
Tested with Claude Desktop and Cline clients across different platforms:
Tested locally, TestPyPi, and PyPi releases via npx.
Breaking Changes
No breaking changes. This is an additive change to documentation only.
Types of changes
Checklist
Additional context
Platform-specific requirements:
Full documentation including platform-specific search syntax and capabilities available in the server's README.