Skip to main content
Glama
Santisoutoo

everything-mcp

by Santisoutoo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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_statusA

Report whether Everything is reachable and its index is ready.

Call this to self-diagnose before searching: returns available (bool), db_loaded (False while Everything is still building its index), version, and indexed_items (total files+folders indexed). On failure returns available: False with an actionable error message.

search_filesA

Instantly search file and folder NAMES across the entire disk using the Everything index (use this instead of recursive directory listings when the target is outside the current project).

query uses Everything's native syntax — exploit it instead of filtering results yourself:

  • Plain words match anywhere in the name: informe tfg (space = AND).

  • Wildcards: *.sfz, foto_202?.jpg. Extension filter: ext:pdf;docx.

  • Scope to a folder tree: path:"C:\Users\santi\Documents" factura. Direct children only: parent:"C:\Users\santi\Desktop".

  • Only folders / only files: folder:node_modules, file:*.log.

  • Dates: dm:today, dm:lastweek, dm:2026. Size: size:>10mb.

  • Operators: | (OR), ! (NOT), quotes for exact phrases.

Searches names only, NOT file contents. total_results in the response is the full match count; page with offset if it exceeds max_results. match_whole_word requires each search term to match a whole word. match_path matches the terms against the full path, not just the name. sort is one of: default (index order), name, path, size (largest first), date_modified (newest first).

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

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