Start with Homebrew
Last updated
macOS (or Linux with Homebrew)
Install the pREST server from the official Homebrew core formula:
brew install prestdFormula: formulae.brew.sh/formula/prestd
For MCP features you need prestd v2.1.0+. Check what Homebrew installed:
brew info prestdIf your formula is older than v2.1.0, upgrade with brew upgrade prestd or install from GitHub Releases / Docker until the core formula catches up.
Clients such as Cursor and Claude Desktop speak MCP over stdio. pREST exposes MCP over HTTP at /_mcp. The official adapter bridges the two.
Formulae that are not in homebrew-core ship from the prest/homebrew-tap repository:
Or tap once, then install:
Point MCP clients at this binary — see Install pREST MCP Adapter, the Homebrew adapter tutorial, Cursor, and Claude Desktop.
Configure and run prestd against your Postgres database — Configuring pREST.
Confirm MCP discovery: curl -s http://localhost:3000/_mcp.
Connect your IDE with the adapter — Cursor or Claude Desktop.
Compare install channels — Distribution.
Last updated
brew install prest/tap/prest-mcpbrew tap prest/tap
brew install prest-mcpPREST_MCP_URL=http://localhost:3000/_mcp prest-mcp