Skip to main content
Glama
nanpuhaha

voidtools-everything-mcp

by nanpuhaha

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVERYTHING_BASE_URLNoEverything HTTP Server URLhttp://127.0.0.1
EVERYTHING_MAX_COUNTNoMaximum returned result count100
EVERYTHING_TIMEOUT_MSNoHTTP timeout in milliseconds5000
EVERYTHING_DEFAULT_COUNTNoDefault returned result count20

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
everything_searchA

Search local Everything index. Read-only. Returns bounded file and folder paths.

everything_healthA

Check whether the Everything HTTP Server is reachable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one checks server health, the other performs searches. No overlap or ambiguity.

Naming Consistency5/5

Both tools follow the consistent pattern 'everything_<action>', using snake_case and the same prefix for clear grouping.

Tool Count4/5

Two tools is minimal but appropriate for a simple read-only search interface with a health check. Just above the threshold for being too few.

Completeness4/5

The set covers the essential operations: verifying connectivity and searching. Missing advanced search features but adequate for basic usage.

Maintenance

ActivityInactive
ResponsivenessNo issues