==================
/// MCP ///
/// MCP ///
==================
[server:online]
[protocol:ready]mcp-everything-search
by mamertofabian
An MCP server that provides fast, cross-platform file searching (Windows via Everything SDK, macOS via mdfind, Linux via locate/plocate).
226
21
Open Source01
search
Search for files and folders across your system
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.
Documentation
License: MIT License
Updated 7/30/2025