1. search
Search for files and folders across your system with platform-specific capabilities and syntax.
An MCP server providing fast cross-platform file search capabilities using Everything SDK on Windows, mdfind on macOS, and locate/plocate on Linux with advanced filtering and sorting options.
{
"mcpServers": {
"everything-search": {
"command": "uvx",
"args": ["mcp-server-everything-search"],
"env": {
"EVERYTHING_SDK_PATH": "path/to/Everything-SDK/dll/Everything64.dll"
}
}
}
}