Skip to main content
Glama
rlaksana

mcp-everything-search

by rlaksana

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ES_EXE_PATHYesPath to es.exe (Everything CLI), e.g., D:\WORKSPACE\tools\common\es.exe

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_filesA

Search for files and folders by name pattern using Everything Search (extremely fast). Supports wildcards (* and ?) and regex patterns. Use this instead of find, ls, or Glob for much faster results.

search_recentA

Find files modified within the last N hours. Extremely fast way to find recently changed files. Much faster than using find with -mtime.

search_largeA

Find the largest files in a directory. Useful for finding files that take up the most space. Results are sorted by size (largest first).

search_by_extensionB

Search for files by type category (code, docs, media, config, data) or custom extensions. Fast way to find all files of a certain type.

search_in_pathA

Search for files within a specific directory. Use this to limit search scope to a particular folder. Much faster than recursive directory scans.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Everything Search DocumentationComplete documentation for es.exe command-line interface
Quick ReferenceQuick reference for common search patterns and examples

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/rlaksana/mcp-everything-search'

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