Distribution channels
Last updated
Ways to install pREST (prestd) and the pREST MCP Adapter (prest-mcp). Pick the channel that matches your platform and workflow.
Docs site: https://docs.prestd.com/
Try pREST quickly
macOS daily driver for prestd
Homebrew core (brew install prestd)
Connect Cursor / Claude to MCP
Homebrew tap (brew install prest/tap/prest-mcp) or Go
Pin a release binary
Build from source
MCP via OCI
ghcr.io/prest/prest-mcp-adapter:0.1.3
MCP requires pREST v2.1.0+. Overview: AI and MCP.
prestd)Docker
prest/prest:v2.4.2 β Deploying with Docker
Homebrew
brew install prestd β Start with Homebrew
Go
go install github.com/prest/prest/v2/cmd/prestd@v2.4.2 β Start with Golang
Binaries
prest-mcp)Stdio β HTTP bridge for /_mcp. Transport only β no schema/SQL/tools in the adapter.
Homebrew
brew install prest/tap/prest-mcp β Homebrew tutorial
Go
go install github.com/prest/prest-mcp-adapter/cmd/prest-mcp@latest
Docker / OCI
docker pull ghcr.io/prest/prest-mcp-adapter:0.1.3
MCP Registry
Package name io.github.prest/prest
Full guide: Install pREST MCP Adapter.
Skills and examples for AI agents β separate from the MCP binary:
Last updated