Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From homebrew-dev
Runs locally via 'brew mcp-server' as a Homebrew MCP server for macOS package management: install, update, search formulas and casks.
npx claudepluginhub arustydev/agents --plugin homebrew-devCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"homebrew": {
"command": "brew",
"args": [
"mcp-server"
]
}
}
}Server configuration and connection parameters
brewCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.