nagypeterjob/brew-mcp
If you are the rightful owner of brew-mcp 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.
The Homebrew MCP Server allows users to interact with Homebrew using natural language commands, facilitating package management tasks.
Tools
Functions exposed to the LLM to take actions
install
Installs a specified package using Homebrew.
uninstall
Uninstalls a specified package from Homebrew.
get_package_version
Retrieves the version of a specified package.
list_installed_package_versions
Lists all installed packages and their versions.
update_brew
Updates Homebrew to the latest version.
upgrade_specific_package
Upgrades a specified package to the latest version.
info
Provides information about a specific package.
search
Searches for packages in the Homebrew repository.
config
Prints the current Homebrew configuration.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client