1. Conduid
  2. AI
  3. Brew MCP
MCP server · AI

Brew MCP

Homebrew MCP server

Unclaimed last commit a year ago brewmcpllmmcp-serveraihomebrew
46Fair

Scored 10 hours ago · breakdown

About Brew MCP

Brew MCP is an MCP server published by nagypeterjob in the AI category: homebrew MCP server. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx brew-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Brew MCP

Powered by Claude · Grounded in docs

I know everything about Brew MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

1.0.01.0.0 · 10 Apr 2025Full Changelog**: https://github.com/nagypeterjob/brew-mcp/commits/1.0.0

README

Homebrew MCP Server

The project enables you to have a "natural language" conversation with brew. The most important commands are implemented:

[x] Install
[x] Uninstall
[x] Get specific package
[x] List installed packages and their versions
[x] Update
[x] Upgrade
[x] Info
[x] Search
[x] Print config

install

Build or download the latest binary from the Github releases section. Move the binary to /usr/local/bin/, or to any preferred location in $PATH.

Usage

Basic

Place the following json into your: ~/Library/Application\ Support/Claude/claude_desktop_config.json (or other location depending on your preferred Client).

{
  "mcpServers": {
    "brew": {
      "command": "brew-mcp-server"
    }
  }
}

Advanced

The tool lets you enable only specific tools to save context size.

Tools:

  • install
  • uninstall
  • get_package_version
  • list_installed_package_versions
  • update_brew
  • upgrade_specific_package
  • info
  • search
  • config

To enable specific tools, use the -enabled-tools flag to list tools in a comma separated manner. Example:

{
  "mcpServers": {
    "brew": {
      "command": "brew-mcp-server",
      "args": ["-enabled-tools", "info,search,update_brew"]
    }
  }
}

README mirrored from the source repository 10 hours ago. The original is authoritative.

Questions

About Brew MCP

How do I install Brew MCP?

Run npx brew-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Brew MCP safe to use with an AI agent?

Its trust score is 46 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Brew MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.