Homebrew MCP Server
@nagypeterjob
关于 Homebrew MCP Server
Homebrew MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论