Homebrew formulae for pREST projects that are not in homebrew-core.
| Formula | Description |
|---|---|
prest-mcp |
Stdio MCP adapter for pREST’s HTTP /_mcp endpoint (prest-mcp-adapter) |
brew install prest/tap/prest-mcpOr tap first, then install:
brew tap prest/tap
brew install prest-mcpPoint the adapter at a running pREST instance:
PREST_MCP_URL=http://localhost:3000/_mcp prest-mcpSee the prest-mcp-adapter README for environment variables and MCP client configuration.
On each prest-mcp-adapter release, bump url and sha256 in Formula/prest-mcp.rb:
curl -sL https://github.com/prest/prest-mcp-adapter/archive/refs/tags/vX.Y.Z.tar.gz | shasum -a 256