package-manager-mcp
Verified Safeby endorhq
Overview
Provides AI agents with controlled access to the Alpine Linux APK package manager for system package operations.
Installation
./target/debug/package-manager-mcpSecurity 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
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
kubernetes-mcp-server
Facilitates AI agent interaction with Kubernetes and OpenShift clusters by exposing management and observability tools via the Model Context Protocol.
package-registry-mcp
Enables AI assistants and agents to search various package registries (NPM, Cargo, NuGet, PyPI, Go) and retrieve up-to-date package information.
pypi-mcp
Provides AI models with a Model Context Protocol (MCP) server to query PyPI package information, analyze dependencies, check vulnerabilities, and manage Python package data.