Skip to main content
Glama
QuickerHub

@quickerhub/everything-mcp

by QuickerHub

@quickerhub/everything-mcp

Fast cross-project file search for AI agents via voidtools Everything on Windows.

Published by QuickerHub. Use with Cursor, Claude Desktop, VS Code Copilot, Windsurf, and other MCP hosts.

Why

Cursor and other agents only index the current workspace. When you work across many repos under D:\source\repos, built-in Glob/SemanticSearch often cannot find directories in other projects.

everything-mcp exposes Everything's indexed search to agents so they can locate files and folders in milliseconds across the whole machine.

Related MCP server: Everything MCP Server

Prerequisites

  1. Windows

  2. Everything installed and running in the tray (GUI client must be up; service alone is not enough for es.exe)

  3. Everything CLI es.exe on PATH (install voidtools.Everything.Cli via winget, or set EVERYTHING_ES_PATH)

  4. Node.js 18+

First-time setup:

winget install voidtools.Everything
winget install voidtools.Everything.Cli
# Start Everything tray client (required for IPC)
Start-Process "C:\Program Files\Everything\Everything.exe" "-startup"

MCP config

Cursor / Claude Desktop (mcpServers)

{
  "mcpServers": {
    "everything-search": {
      "command": "npx",
      "args": ["-y", "@quickerhub/everything-mcp"]
    }
  }
}

VS Code Copilot (servers)

{
  "servers": {
    "everything-search": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "@quickerhub/everything-mcp"]
    }
  }
}

Global install

npm install -g @quickerhub/everything-mcp
{
  "command": "everything-mcp",
  "args": []
}

Tools

Tool

Description

search

Search files/folders via Everything index

status

Check es.exe resolution and CLI availability

Parameter

Type

Description

query

string

Everything query (wildcards, ext:, path:, etc.)

max_results

number

Default 100, max 1000

scope_path

string

Limit to folder subtree

match_path

boolean

Match full path

match_case

boolean

Case-sensitive

files_only

boolean

Files only

folders_only

boolean

Folders only

Example queries

quicker-rpc
ext:cs path:D:\source\repos\quicker
*.slnx
CeaQuickerTools QuickerUtil

Development

cd D:\source\repos\quicker\everything-mcp
npm install
npm run build
npm start

Debug with MCP Inspector:

npx @modelcontextprotocol/inspector node dist/index.js

Publish

npm package releases are triggered by GitHub Release tags (v*) via .github/workflows/publish.yml.

git tag v0.1.0
git push origin v0.1.0

Requires NPM_TOKEN secret on the QuickerHub/everything-mcp repository.

License

MIT

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuickerHub/everything-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server