mamertofabian/mcp-everything-search
mcp-everything-search is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-everything-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux.
Try mcp-everything-search with chat:
Tools
Functions exposed to the LLM to take actions
search
Universal file search tool for Linux
Current Implementation: Using locate with Unix-style search capabilities
Search Syntax Guide: Linux Locate Search Syntax:
Basic Usage:
- Simple pattern: locate filename
- Case-insensitive: -i pattern
- Regular expressions: -r pattern
- Existing files only: -e pattern
- Count matches: -c pattern
Pattern Wildcards:
-
- matches any characters
- ? matches single character
- [] matches character classes
Examples:
- locate -i "*.pdf"
- locate -r "/home/.*.txt$"
- locate -c "*.doc"
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client