mcp-everything-search

mamertofabian/mcp-everything-search

4.4

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:

MCPHub score:4.42

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 Report
Total 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/10
    Can you locate the file named **`config.conf`** on the system for me?

    I found the file named config.conf on the system. Here are the details:

    1. 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
    • Fontconfig Configuration:

      • Path: /var/lib/dpkg/info/fontconfig-config.config
        • Size: 2,361 bytes

    If you need further assistance with any of these files, feel free to ask!

  • Test case 2
    Score: 9/10
    I 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 .log extension:

    1. app.log

      • Path: /app/test_files/app.log
      • Size: 17 bytes
      • Created: September 14, 2025
      • Modified: July 17, 2025
      • Accessed: July 17, 2025
    2. 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
    3. 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
    4. alternatives.log

      • Path: /var/log/alternatives.log
      • Size: 23,729 bytes
      • Created: September 14, 2025
      • Modified: July 17, 2025
      • Accessed: July 17, 2025
    5. dpkg.log

      • Path: /var/log/dpkg.log
      • Size: 678,787 bytes
      • Created: September 14, 2025
      • Modified: July 17, 2025
      • Accessed: July 17, 2025
    6. fontconfig.log

      • Path: /var/log/fontconfig.log
      • Size: 5,591 bytes
      • Created: September 14, 2025
      • Modified: July 17, 2025
      • Accessed: July 17, 2025
    7. history.log

      • Path: /var/log/apt/history.log
      • Size: 65,179 bytes
      • Created: September 14, 2025
      • Modified: July 17, 2025
      • Accessed: July 17, 2025
    8. term.log

      • Path: /var/log/apt/term.log
      • Size: 306,202 bytes
      • Created: September 14, 2025
      • Modified: July 17, 2025
      • Accessed: July 17, 2025
    9. 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

    If you need further details or actions regarding these files, let me know!

  • Test case 3
    Score: 8/10
    How 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 .py extension) present on the server.

  • Test case 4
    Score: 9/10
    Please 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:

    1. 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
    2. 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
  • Test case 5
    Score: 8/10
    I'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!