Loading...
brew install uv{
"mcpServers": {
"homebrew-mcp": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/your/project/",
"homebrew_mcp.py"
],
"type": "stdio"
}
}
}installInstalls a specified package using Homebrew.
Modifies the system by installing software.
uninstallUninstalls a specified package using Homebrew.
Modifies the system by removing software.
upgradeUpgrades a specified package using Homebrew.
Modifies the system by updating software.
cleanupCleans up outdated packages and dependencies using Homebrew.
Removes outdated files, potentially affecting system state.
listLists all installed packages using Homebrew.
Read-only operation.
searchSearches for a package using Homebrew.
Read-only operation.
infoDisplays information about a package using Homebrew.
Read-only operation.
outdatedChecks for outdated packages using Homebrew.
Read-only operation.
depsDisplays dependencies of a package using Homebrew.
Read-only operation.
doctorRuns Homebrew's doctor command to check for potential issues.
Read-only operation.
updateUpdates Homebrew itself.
Updates Homebrew, potentially changing its behavior.
tapAdds a new Homebrew tap.
Adds a new software source, potentially untrusted.
untapRemoves a Homebrew tap.
Removes a software source.
pinPins a package to prevent it from being upgraded.
Modifies Homebrew's configuration.
unpinUnpins a package, allowing it to be upgraded.
Modifies Homebrew's configuration.
servicesManages Homebrew services (start, stop, restart).
Can start or stop system services.
This server is relatively safe for read-only operations. However, write operations like installing or uninstalling packages carry a moderate risk due to the potential for unintended or malicious commands. Exercise caution when granting autonomy.