Skip to main content
Glama

install_package_secure

Install packages on Arch Linux with built-in security checks that verify official repositories first, analyze AUR package trust scores, and block installations when critical security issues are detected.

Instructions

Install a package with comprehensive security checks. Workflow: 1. Check official repos first (safer) 2. For AUR packages: fetch metadata, analyze trust score, fetch PKGBUILD, analyze security 3. Block installation if critical security issues found 4. Check for AUR helper (paru > yay) 5. Install with --noconfirm if all checks pass. Only works on Arch Linux. Requires sudo access and paru/yay for AUR packages.

Input Schema

NameRequiredDescriptionDefault
package_nameYesName of package to install (checks official repos first, then AUR)

Input Schema (JSON Schema)

{ "properties": { "package_name": { "description": "Name of package to install (checks official repos first, then AUR)", "type": "string" } }, "required": [ "package_name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nihalxkumar/arch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server