mamertofabian/mcp-everything-search
mcp-everything-search is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.
If you are the rightful owner of mcp-everything-search and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server that provides fast file searching capabilities across Windows, macOS, and Linux.
Try mcp-everything-search with chat:
Has a README
Github repo has a README.md.
Has a License
Github repo has license info.
Server can be inspected
View server inspector
Server schema can be extracted
Can get at lease one tool info from the README or server.
Online hosted on MCPHub
Can be automatically deployed by MCPHub.
Has social accounts
Do not have any social accounts.
Claimed by the author or certified by MCPHub
If you are the author, claim authorship
AI Evaluation ReportTotal Score: 8/10
The agent demonstrates strong capabilities in performing file searches on a Linux system, effectively utilizing various search techniques such as basic file search, case-insensitive search, regular expression search, and counting matches. It provides detailed and accurate information about files, including paths, sizes, and timestamps, which enhances the usefulness of its responses. However, there is a noted inconsistency in the file creation date, which suggests a potential issue with metadata accuracy or data retrieval. Despite this minor flaw, the agent consistently delivers relevant and clear answers, aligning well with its described functionalities.
Test case 1
Score: 9/10Can you locate the file named **`config.conf`** on the system for me?I found the file named
config.confon the system. Here are the details:- Path:
/app/test_files/config.conf- Size: 26 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
Additionally, there are other related configurations:
-
Exim4 Configuration:
- Path:
/var/lib/dpkg/info/exim4-config.config- Size: 24,215 bytes
- Path:
-
Fontconfig Configuration:
- Path:
/var/lib/dpkg/info/fontconfig-config.config- Size: 2,361 bytes
- Path:
If you need further assistance with any of these files, feel free to ask!
- Path:
Test case 2
Score: 9/10I need to find all the log files. Can you search for any file that ends with the **`.log`** extension?Here are the log files found on the system, which all end with the
.logextension:-
app.log
- Path:
/app/test_files/app.log - Size: 17 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
2025-07-17T06_26_47_294Z-debug-0.log
- Path:
/root/.npm/_logs/2025-07-17T06_26_47_294Z-debug-0.log - Size: 4,610 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
2025-07-17T06_26_49_450Z-debug-0.log
- Path:
/root/.npm/_logs/2025-07-17T06_26_49_450Z-debug-0.log - Size: 1,672 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
alternatives.log
- Path:
/var/log/alternatives.log - Size: 23,729 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
dpkg.log
- Path:
/var/log/dpkg.log - Size: 678,787 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
fontconfig.log
- Path:
/var/log/fontconfig.log - Size: 5,591 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
history.log
- Path:
/var/log/apt/history.log - Size: 65,179 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
term.log
- Path:
/var/log/apt/term.log - Size: 306,202 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
-
postgresql-15-main.log
- Path:
/var/log/postgresql/postgresql-15-main.log - Size: 0 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Path:
If you need further details or actions regarding these files, let me know!
-
Test case 3
Score: 8/10How many Python scripts (files with a **`.py`** extension) are present on the server? I just need the total count.There are 77 Python scripts (files with a
.pyextension) present on the server.Test case 4
Score: 9/10Please use a regular expression to find all text files that have the word **'document'** or **'nested'** in their filename.I found the following text files that contain the words 'document' or 'nested' in their filenames:
- Document File
- Filename: document.txt
- Path: /app/test_files/document.txt
- Size: 24 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Nested File
- Filename: nested.txt
- Path: /app/test_files/subdir/nested.txt
- Size: 20 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
- Document File
Test case 5
Score: 8/10I'm not sure about the exact capitalization, so please perform a case-insensitive search for a file named **`DOCUMENT.TXT`**.I found a file matching your search for
DOCUMENT.TXT. Here are the details:- Path:
/app/test_files/document.txt - Filename:
document.txt - Size: 24 bytes
- Created: September 14, 2025
- Modified: July 17, 2025
- Accessed: July 17, 2025
If you need further assistance with this file, feel free to ask!
- Path: