mcp-everything-search
Author: mamertofabian
Description: An MCP server that provides fast, cross-platform file searching (Windows via Everything SDK, macOS via mdfind, Linux via locate/plocate).
Stars: 226
Forks: 21
License: MIT License
Category: Open Source
Overview
Installation
## Clone the repository:
git clone https://github.com/mamertofabian/mcp-everything-search.git
cd mcp-everything-search## (Recommended) Create and activate a virtual-environment:
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate## Install Python package requirements:
pip install -r requirements.txt## If the project has a setup.py / pyproject.toml you can also install it in editable mode:
pip install -e .## Configure environment variables (token, endpoint, port, etc.) as described in the project's docs/README once available.
## Run the MCP server:
python -m mcp_everything_search # or the main entry point indicated in README.## Verify it is listening on the configured host:port and responding to /health or /search endpoints.
01
search
Search for files and folders across your system
License: MIT License
Updated 7/30/2025