filemanager-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_fileC | 创建新文件 |
| delete_fileC | 删除文件或文件夹 |
| read_fileC | 读取文件内容 |
| write_fileC | 写入或编辑文件内容 |
| copy_fileC | 复制文件或文件夹 |
| move_fileB | 移动或重命名文件/文件夹(剪切功能) |
| list_directoryC | 列出目录内容 |
| get_file_infoB | 获取文件或文件夹属性信息 |
| create_directoryD | 创建目录 |
| search_filesC | 搜索文件 |
| batch_read_filesB | 批量读取多个文件的内容 |
| batch_copy_filesC | 批量复制文件到目标目录 |
| batch_move_filesC | 批量移动文件到目标目录 |
| batch_delete_filesB | 批量删除文件或文件夹 |
| batch_create_filesD | 批量创建文件 |
| edit_file_advancedB | 高级文件编辑功能(支持部分编辑、多编码、备份等) |
| create_from_templateC | 从模板创建文件 |
| create_project_structureC | 创建项目目录结构 |
| read_file_advancedA | 高级文件读取功能(支持多编码、部分读取等) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 19 tools
Tools are mostly distinct with clear purposes. Minor overlap exists between write_file and edit_file_advanced, but descriptions effectively differentiate them.
All tools follow a consistent verb_noun pattern in snake_case, with some verb_phrase variations that remain predictable.
19 tools cover a wide range of file operations without being excessive, well-scoped for a file manager server.
Core CRUD operations are covered with batch and advanced variants. Minor gaps like file compression or overwrite options are absent but not critical.