Skip to main content
Glama

SSH MCP

ubuntu_update_packages

Manage and update Ubuntu system packages via SSH, including security updates, package upgrades, and removal of unused packages for optimized system performance.

Instructions

Update system packages on Ubuntu

Input Schema

NameRequiredDescriptionDefault
autoremoveNoWhether to remove unused packages after update (default: false)
connectionIdYesID of an active SSH connection
securityOnlyNoWhether to update only security packages (default: false)
sudoNoWhether to run the command with sudo (default: true)
upgradeNoWhether to upgrade packages after update (default: true)

Input Schema (JSON Schema)

{ "properties": { "autoremove": { "description": "Whether to remove unused packages after update (default: false)", "type": "boolean" }, "connectionId": { "description": "ID of an active SSH connection", "type": "string" }, "securityOnly": { "description": "Whether to update only security packages (default: false)", "type": "boolean" }, "sudo": { "description": "Whether to run the command with sudo (default: true)", "type": "boolean" }, "upgrade": { "description": "Whether to upgrade packages after update (default: true)", "type": "boolean" } }, "required": [ "connectionId" ], "type": "object" }

Other Tools from SSH MCP

Related Tools

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/mixelpixx/SSH-MCP'

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