mcp7zop
Verified Safeby zv-louis
Overview
A local MCP server for performing 7-Zip archive and file system operations.
Installation
mcp7zop --mcp-serverSecurity 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
tinystruct-mcp
A modular Java server providing a JSON-RPC interface for file system and Git/GitHub operations, aimed at automation and DevOps workflows.
mcp-maintainer-toolkit
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
enhanced-filesystem-mcp
Provides enhanced filesystem access to an MCP client with named path aliases and fuzzy search capabilities.
mcp-server-win-cli
MCP server for secure command-line interactions on Windows systems, enabling controlled access to PowerShell, CMD, Git Bash shells, and remote systems via SSH. It allows MCP clients (like Claude Desktop) to perform operations on your system.