file-system-mcp-serverServer

calebmwelsh
GitHub
File System ManagementDeveloper ToolsAutomation

Loading subscription status...

💡 Description

A powerful file system management server developed with FastMCP that provides a comprehensive set of tools for file and directory operations. This server allows various operations on the file system through a structured API, making it ideal for automation and integration with other systems.

📝 JSON Entries

{
  "mcpServers": [
    {
      "file-system": {
        "args": [
          "/absolute/path/to/file-system-mcp-server/fs_server.py"
        ],
        "command": "/absolute/path/to/python"
      }
    }
  ]
}

🛠️ Tools

copy_filemove_filedelete_fileread_filewrite_fileget_file_infosearch_filescreate_collectionlist_directorycreate_directorydelete_directorylist_directory_recursivelysearch_directoriesget_system_infoget_disk_infoget_directory_info

Features

  • Copy files with optional backup
  • Move files with optional backup
  • Delete files with safety checks
  • Read and write file content
  • Get file information (size, creation time, last modification time)
  • Basic file and directory operations

💬 Example Queries

  • Create a collection named 'my_collection' with files 'file1.txt' and 'file2.txt'
  • List the content of a directory
  • Get system information such as OS, CPU, or memory usage