Overview
Features
Install, remove, update, and query apt packages
Expose MCP tools to perform common package operations via apt/dpkg.
Passwordless sudo assumed
All operations run with sudo without prompting for a password.
Input validation and robust error handling
Validates inputs and provides consistent error reporting.
Consistent, human-readable output
Each tool returns a plain text response with summary, stdout, stderr, and logs.
StdIO transport designed
Optimized for integration with local AI agents and stdio-based tooling.
Uses system native binaries
Leverages apt and dpkg binaries for operations.
Multiple tools exposed via MCP
Tools include installAptPackage, removeAptPackageStatus, queryAptPackageStatus, updateAptPackages, listUpgradableAptPackages, upgradeSpecificAptPackage.
Error handling & troubleshooting guidance
Provides error formats and common failure causes for easier remediation.
Who Is This For?
- AI agents:Integrated into AI agent workflows to manage apt packages via MCP tools.
- Developers:Developers integrating MCP servers into tools to automate apt-related tasks.




