Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,16 @@ The DMG installers are signed and notarized by Apple.

### Homebrew

Install the full macOS tray app (signed & notarized, bundles the core server):

```bash
brew install --cask smart-mcp-proxy/mcpproxy/mcpproxy
```

Or install just the headless core CLI (no tray app):

```bash
brew tap smart-mcp-proxy/mcpproxy
brew install mcpproxy
brew install smart-mcp-proxy/mcpproxy/mcpproxy
```


Expand Down
Loading