Skip to main content
Glama
dengbojing

everything-mcp

by dengbojing

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVERYTHING_ES_PATHNoes.exe绝对路径;未设置时从PATH查找
EVERYTHING_INSTANCENoEverything命名实例;未设置时连接默认实例

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
everything_searchA

Search the local Everything index. query supports Everything syntax (ext:pdf, size:>1mb, dm:today). No path means all indexed locations. Returns paths, size bytes and modification times. Pagination reflects a live, changing index. Does not read file contents.

everything_countA

Count matching indexed files/folders without retrieving their paths.

everything_statusA

Check ES version and Everything IPC connectivity. No changes to the service.

everything_search_regexA

Search filenames using ES regular expressions, e.g. ^报告.*.pdf$.

everything_search_fuzzyA

Filename matching: subsequence (约指南 matches 约会指南), substring, or unordered keywords. Literal characters are escaped; use search_typo for spelling errors.

everything_search_pinyinA

Match full pinyin, initials or mixed Chinese/pinyin against a bounded ES candidate page. heteronym enables alternative character readings. Continue next_candidate_offset until candidates_exhausted; not an exhaustive global result before that.

everything_search_exactA

Match the entire literal basename, including extension. No wildcard interpretation.

everything_search_keywordsA

Match all/any literal filename keywords and exclude literal words; words containing spaces remain phrases.

everything_search_wildcardA

Match full basename using * (zero or more characters) and ? (one character). Other characters are literal.

everything_search_by_typeB

Search a documented extension category. Explicit filters.extensions overrides the category's default extension list.

everything_list_directoryB

Browse indexed children (not a filesystem listing). recursive=False returns direct children; missing index entries are not included.

everything_search_typoA

Rank a bounded page of filenames by SequenceMatcher similarity (0..100). Not semantic search. All matches on the page returned; ranking is page-local. Continue next_candidate_offset for remaining candidates.

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

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