MCP.so
登录

Homebrew

@Homebrew

关于 Homebrew

An MCP server for the Homebrew package manager.

基本信息

分类

其他

传输方式

stdio

发布者

Homebrew

提交者

Mike McQuaid

配置

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

{
  "mcpServers": {
    "homebrew": {
      "command": "brew",
      "args": [
        "mcp-server"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Homebrew?

Homebrew is the missing package manager for macOS (or Linux). It simplifies the installation of software and open-source packages through a collection of formulae, casks, and taps. It is aimed at developers and system administrators who want to manage dependencies and tools efficiently.

How to use Homebrew?

Install Homebrew via the command on the homepage, then use brew install to install packages, brew update to update Homebrew itself, and brew doctor to troubleshoot issues. Browse available packages with brew formulae or online at formulae.brew.sh.

Key features of Homebrew

  • Installs software from over 6,000 formulae
  • Supports casks for GUI applications
  • Easily update packages and Homebrew itself
  • Automatic dependency resolution
  • Integrated troubleshooting with brew doctor
  • Strong community and contribution guidelines

Use cases of Homebrew

  • Installing command-line development tools (e.g., wget, git)
  • Managing software dependencies for projects
  • Quickly updating installed packages
  • Troubleshooting installation issues with brew doctor

FAQ from Homebrew

How do I list available packages?

Run brew formulae in the terminal or visit formulae.brew.sh to browse packages online.

How do I troubleshoot a problem?

First run brew update and brew doctor. If issues persist, read the Troubleshooting Checklist.

How can I contribute to Homebrew?

Read the Contribution Guide and Code of Conduct. Start by tapping homebrew/core and fixing brew audit --strict warnings on packages you use.

How do I report a security issue?

Fill in the security advisory form.

Where can I get community support?

Visit the Homebrew discussions forum, follow @[email protected], @brew.sh, or @MacHomebrew on social media.

评论

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