Skip to main content
Glama
shxiaj

@shxiaj/everything-mcp

by shxiaj

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVERYTHING_SDK_DIRNoPath to the Everything SDK v3 directory../everything_sdk3/dll
EVERYTHING_DLL_PATHNoFull path to the Everything SDK v3 DLL.$SDK_DIR/Everything3_x64.dll
EVERYTHING_V2_SDK_DIRNoPath to the Everything SDK v2 directory../Everything-SDK/dll
EVERYTHING_SDK_VERSIONNoForce SDK version (v3 or v2).Auto-detect
EVERYTHING_V2_DLL_PATHNoFull path to the Everything SDK v2 DLL.$V2_SDK_DIR/Everything64.dll
EVERYTHING_IPC_PIPE_NAMENoOverride v3 IPC pipe name.Auto-probe

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
everything_searchA

Search for files and folders on Windows using Everything.

Everything search syntax supports:

  • Basic search: "foo.txt" finds files named foo.txt

  • Wildcards: ".txt", "foo", ".jpg|.png"

  • Boolean operators: "foo bar" (AND), "foo|bar" (OR), "!" prefix (NOT)

  • Content search: "content:hello" searches file contents

  • Size filters: "size:>1mb", "size:100kb..1mb"

  • Date filters: "datemodified:today", "datecreated:2024-01-01"

  • Path filters: "path:Downloads", "parent:C:\Projects"

  • Attribute filters: "attrib:readonly", "attrib:hidden"

  • Type filters: "ext:jpg", "type:audio"

  • Regex: enable regex mode for regex patterns

  • And many more...

Examples: "ext:jpg size:>1mb", "*.ts", "folder:node_modules", "content:TODO"

everything_versionA

Get the version information of the running Everything search engine.

everything_statusA

Check if the Everything search engine is running and its database is loaded.

everything_file_infoA

Get file attributes (Windows attributes, run count) for a specific file path using Everything.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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