Back to Home
zv-louis icon

mcp7zop

Verified Safe

by zv-louis

Overview

A local MCP server for performing 7-Zip archive and file system operations.

Installation

Run Command
mcp7zop --mcp-server

Security Notes

The server interacts with the local 7-Zip command-line interface via `asyncio.create_subprocess_exec`. This method is generally secure against shell injection when commands and arguments are passed as a list. The primary security consideration is ensuring the configured 7-Zip executable path (either via PATH or `~/.mcp7zop/config.json`) points to a trusted binary, as a malicious configuration could lead to arbitrary command execution. Input paths are validated for existence before being passed to 7-Zip. No 'eval' or obvious obfuscation patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks0
Last Update2026-01-10

Tags

7-ZipArchive ManagementFile SystemMCPPython