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

コメント

「その他」の他のコンテンツ