P

postgrest.org

PostgREST is an open-source server that turns a PostgreSQL database schema into a RESTful API. It uses database roles and permissions to control what API clients can access.

2 integrations · REST · CLI

PostgREST exposes a self-hosted HTTP REST API per deployment, with a generated OpenAPI document at each server’s root path, plus a local `postgrest` CLI binary; no GraphQL or MCP surfaces were found.

discovered 2mo ago
REST · OpenAPI1
CLI1
Credentials
JWT bearer token for a PostgREST APIjwt

PostgREST does not issue tokens itself; the database administrator configures JWT verification and clients use a JWT generated either from inside the database or by an external service, as described in Authentication. The token must contain a role claim matching a PostgreSQL role the configured authenticator can SET ROLE into.

conventions · 0/8 published

Publish these signals → /publishing