mcp-7zip-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEVEN_ZIP_PATH | No | Manual path to 7-Zip executable | |
| USE_SYSTEM_7ZIP | No | Force use of system-installed 7-Zip (default false) | false |
| MCP_7ZIP_SANDBOX | No | Custom sandbox directory path (default ~/.mcp-7zip-sandbox) | ~/.mcp-7zip-sandbox |
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 |
|---|---|
| list_archiveB | 列出压缩文件中的内容(支持 7z, zip, rar, tar, gz 等格式) |
| extract_archiveB | 解压文件到指定目录(默认解压到沙盒目录) |
| create_archiveB | 创建压缩文件(支持 7z, zip, tar, gz, bz2, xz 格式) |
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 3 tools
Each tool has a distinct purpose: creating, extracting, and listing archives. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern: create_archive, extract_archive, list_archive.
3 tools cover the core archiving operations. The count is slightly low for a full-featured server but appropriate for a focused utility.
Basic create, extract, and list are covered, but update and delete operations are missing, which are common in an archiving context.