MCP.so
登录

Homebrew MCP Server

@nagypeterjob

关于 Homebrew MCP Server

Homebrew MCP server

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

nagypeterjob

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Homebrew MCP Server?

Homebrew MCP Server is an MCP (Model Context Protocol) server that lets you interact with the Homebrew package manager using natural language. It translates conversational requests into brew commands, making package management easier via Claude or other MCP clients.

How to use Homebrew MCP Server?

Download the latest binary from GitHub Releases and place it in a directory in your $PATH (e.g., /usr/local/bin/). Then configure your MCP client (e.g., Claude Desktop) by adding a brew entry to the mcpServers object in the client’s config file, with the command set to "brew-mcp-server". Optionally, use the -enabled-tools flag to restrict which tools are available, reducing context size.

Key features of Homebrew MCP Server

  • Install, uninstall, and search for Homebrew packages
  • Get detailed info about a specific package
  • List all installed packages with their versions
  • Run system-wide update or upgrade a specific package
  • Display current Homebrew configuration
  • Enable only a subset of tools to save context

Use cases of Homebrew MCP Server

  • Install multiple packages by describing them in natural language
  • Check what’s installed and update outdated software conversationally
  • Search for available packages and view their details without leaving the chat

FAQ from Homebrew MCP Server

评论

其他 分类下的更多 MCP 服务器