For the complete documentation index, see llms.txt. This page is also available as Markdown.

Distribution channels

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/


Which method?

Goal
Recommended

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.


pREST server (prestd)

Channel
How

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


pREST MCP Adapter (prest-mcp)

Stdio ↔ HTTP bridge for /_mcp. Transport only β€” no schema/SQL/tools in the adapter.

Channel
How

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.


Agent plugins (optional)

Skills and examples for AI agents β€” separate from the MCP binary:

Plugin
Platform
Docs

prest-cursor

Cursor

prest-openclaw

OpenClaw / ClawHub


Last updated