Back to Home
endorhq icon

package-manager-mcp

Verified Safe

by endorhq

Overview

Provides AI agents with controlled access to the Alpine Linux APK package manager for system package operations.

Installation

Run Command
./target/debug/package-manager-mcp

Security Notes

The server executes `apk` commands with the privileges of the running user, requiring careful deployment regarding user permissions. Input validation is implemented for `install_package_with_version` to prevent command injection, and arguments are passed explicitly to `std::process::Command::new("apk")`, reducing risks. Binds to `0.0.0.0` by default, necessitating firewall rules if not intended for public access.

Similar Servers

Stats

Interest Score20
Security Score8
Cost ClassMedium
Avg Tokens500
Stars3
Forks1
Last Update2025-12-30

Tags

Package ManagementAlpine LinuxAI AgentSystem ToolsRust