files_assistant_mcp_server

Dharshan15/files_assistant_mcp_server

3.1

If you are the rightful owner of files_assistant_mcp_server 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.

The MCP FileManager Server is a file management server built on the Modular Command Platform framework, offering tools for file listing, searching, organizing, and reading.

MCP FileManager Server

This project provides a file management server using the MCP (Modular Command Platform) framework. It exposes tools for listing, searching, organizing, and reading files in a directory, with built-in rules for file organization and text file support.

Features

  • List Files
    List all files in a specified directory, including metadata:

    • Name
    • Extension
    • Size
    • Modified time
  • Search Files
    Search for files by name or extension (recursively).

  • Organize Files
    Automatically move files into categorized folders based on their extension:

    • Documents
    • Images
    • Music
    • Videos
  • Read File Content
    Read and return the content of supported text files:

    • .txt, .md, .py, .json, .csv
      Includes:
    • Encoding fallback
    • Content length limit
  • Prompt Formatting
    Summarize file lists or display file content in a user-friendly format, including robust error handling.