Everything Search MCP Server
Servidor MCP de Everything Search
Un servidor MCP que proporciona integración con Everything Search Engine, lo que permite potentes capacidades de búsqueda de archivos a través del Protocolo de contexto de modelo.
Características
Búsqueda de texto completo en archivos y directorios
Opciones de búsqueda avanzada:
Búsqueda que distingue entre mayúsculas y minúsculas
Coincidencia de palabras completas
Expresiones regulares
Búsqueda de ruta
Opciones de clasificación:
Por nombre
Por camino
Por tamaño
Por fecha de modificación
Formato del resultado:
Tamaños de archivos legibles por humanos
Fechas formateadas
Rutas de archivo completas
Related MCP server: Everything Search MCP Server
Prerrequisitos
Node.js 16 o superior
Todo motor de búsqueda con servidor HTTP habilitado
Configuración de búsqueda de Everything
Abrir todo Buscar
Vaya a Herramientas > Opciones > Servidor HTTP
Habilitar servidor HTTP
Establezca el puerto del servidor HTTP en 8011 (este es el puerto predeterminado utilizado por este servidor MCP)
Haga clic en Aceptar para guardar los cambios.
Nota: Si necesita utilizar un puerto diferente, deberá modificar el puerto en src/server.ts donde se conecta a http://127.0.0.1:8011/
Instalación
npm install
npm run buildUso
El servidor proporciona una única herramienta a través de MCP:
use_mcp_tool:
- server_name: everything-search
- tool_name: search
- arguments:
{
"query": "search string", // Required: Text to search for
"scope": "C:", // Optional: Search scope (default: C:)
"caseSensitive": false, // Optional: Match case
"wholeWord": false, // Optional: Match whole words only
"regex": false, // Optional: Use regular expressions
"path": false, // Optional: Search in paths
"maxResults": 100, // Optional: Max results (1-1000, default: 100)
"sortBy": "name", // Optional: Sort by name/path/size/date_modified
"ascending": true // Optional: Sort direction
}Ejemplos de búsquedas
Búsqueda básica de archivos:
{
"query": "*.txt",
"maxResults": 5
}Búsqueda avanzada con filtros:
{
"query": "test",
"scope": "C:\\Users",
"caseSensitive": true,
"wholeWord": true,
"maxResults": 10,
"sortBy": "date_modified",
"ascending": false
}Búsqueda de expresiones regulares en rutas:
{
"query": ".*\\.js$",
"regex": true,
"path": true,
"maxResults": 5
}Licencia
ISC
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityAmaintenanceEnables instant file and folder searching on Windows using Everything's blazing-fast search engine, supporting powerful search syntax including wildcards, regex, size filters, date filters, and comprehensive file information retrieval.3310MIT
- Alicense-qualityDmaintenanceIntegrates with Everything Search Engine to provide lightning-fast file search capabilities across Windows systems using natural language queries and advanced filtering options through MCP-compatible applications.1ISC
- Alicense-qualityDmaintenanceEnables AI assistants to search local files on Windows using the Everything search engine, supporting basic and complex file searches with filters like date, size, media type, and document type.4MIT
- Alicense-qualityDmaintenanceEnables instant file searches on Windows using Everything's native SDK, supporting advanced filters, duplicate detection, and content search through MCP tools.5MIT
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Alihkhawaher/everything-search-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server