Skip to main content
Glama
Qiuerjun

mcp-7zip-server

by Qiuerjun

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEVEN_ZIP_PATHNoManual path to 7-Zip executable
USE_SYSTEM_7ZIPNoForce use of system-installed 7-Zip (default false)false
MCP_7ZIP_SANDBOXNoCustom 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_archiveB

列出压缩文件中的内容(支持 7z, zip, rar, tar, gz 等格式)

extract_archiveB

解压文件到指定目录(默认解压到沙盒目录)

create_archiveB

创建压缩文件(支持 7z, zip, tar, gz, bz2, xz 格式)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct purpose: creating, extracting, and listing archives. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: create_archive, extract_archive, list_archive.

Tool Count4/5

3 tools cover the core archiving operations. The count is slightly low for a full-featured server but appropriate for a focused utility.

Completeness3/5

Basic create, extract, and list are covered, but update and delete operations are missing, which are common in an archiving context.

Maintenance

ActivityInactive
ResponsivenessNo issues