Skip to main content
Glama

SSH MCP

ubuntu_update_packages

Update and upgrade Ubuntu system packages via SSH. Choose to update security packages only, remove unused dependencies, or run with sudo for administrative actions. Simplify package management on remote servers.

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" }
Install Server

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