mcp-czkawka
Verified Safeby MitchellV3
Overview
To provide MCP tools for file system analysis and cleanup using the `czkawka_cli` command-line utility.
Installation
node dist/index.jsEnvironment Variables
- CZKAWKA_CLI_PATH
Security Notes
The server interacts with the local file system and executes an external CLI tool (`czkawka_cli`) via `child_process.spawn`. While Zod schemas are used for robust input validation, preventing common command injection vulnerabilities by ensuring arguments are properly typed and not shell-interpreted, the inherent nature of executing external commands carries a higher risk profile than purely in-process operations. The HTTP/SSE transport (if enabled via `http-server.ts`) exposes a network endpoint, which is typical for a server but requires local network security considerations. No direct hardcoded secrets or 'eval' usage found. The `CZKAWKA_CLI_PATH` is correctly handled as an environment variable.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
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.
mcp_tools_server
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.
enhanced-filesystem-mcp
Provides enhanced filesystem access to an MCP client with named path aliases and fuzzy search capabilities.