Homebrew's MCP Server is the official Model Context Protocol (MCP) server for Homebrew, the popular macOS and Linux package manager. It provides contextual information about your Homebrew environment to MCP-compatible clients.
Usage:
To launch the server, simply run the brew mcp-server command in your terminal. It will start and run until terminated by Ctrl-D or Ctrl-C.
Configuration:
This server uses the stdio transport type. Below are example configurations for various MCP clients:
-
For Cursor/Claude Desktop:
{ "mcpServers": { "Homebrew": { "command": "brew mcp-server" } } } -
For VSCode:
{ "mcp": { "servers": { "Homebrew": { "type": "stdio", "command": "brew", "args": ["mcp-server"] } } } } -
For Zed:
{ "context_servers": { "Homebrew": { "command": { "path": "brew", "args": ["mcp-server"] } } } }
Recommend MCP Servers 💡
13rac1/videocapture-mcp
Model Context Protocol (MCP) server to capture images from an OpenCV-compatible webcam or video source
MariyaFilippova/mcp-strava
Facilitates seamless integration between Strava APIs and Claude for Desktop via MCP framework.
memgraph/mcp-memgraph
A lightweight server implementation of the Model Context Protocol (MCP) designed to connect Memgraph, a graph database, with Large Language Models (LLMs).
drand-mcp-server
Provides verifiable randomness from the drand network as an input seed for AI applications via the Model Context Protocol.
xgmem
A TypeScript-based MCP server for project-specific and knowledge graph-based memory management for LLMs and agents.
@razvanmacovei/k8s-multicluster-mcp
An MCP server for Kubernetes operations, providing a standardized API to interact with multiple Kubernetes clusters using multiple kubeconfig files.