GdMacmillan/apt-mcp-server
3.4
If you are the rightful owner of apt-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Apt MCP Server is a TypeScript-based server designed to manage apt packages on Linux systems through Model Context Protocol (MCP), facilitating integration with AI agents and developer tools.
Tools
Functions exposed to the LLM to take actions
installAptPackage
Install one or more apt packages.
removeAptPackage
Remove one or more apt packages.
queryAptPackageStatus
Query if a package is installed, available, or upgradable.
updateAptPackages
Update the apt package list and upgrade all packages.
listUpgradableAptPackages
List all upgradable apt packages.
upgradeSpecificAptPackage
Upgrade a specific apt package.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client