PostgREST
Rank #51913smithery/node2flow/postgrest
MCP server for PostgREST — REST API layer for PostgreSQL databases. ## Features - Discover database schema (tables, views, functions, columns) - Query records with PostgREST filter syntax (eq, gt, like, in, fts, or) - Resource embedding — JOIN related tables via select parameter - Full CRUD operations (insert, update, upsert, delete, replace) - Call stored PostgreSQL functions via RPC - Count records with exact, planned, or estimated methods ## 10 Tools **Schema**: get OpenAPI schema, describe table columns/types **Read**: list records with filters/select/order/pagination, count records, call functions (RPC) **Write**: insert, update, upsert (merge/ignore duplicates), delete, replace (PUT) ## Configuration - POSTGREST_URL — Your PostgREST server URL (e.g. http://localhost:3000) - POSTGREST_TOKEN — JWT token for authenticated requests (optional)
PostgREST is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #51913 of 58,832 servers tracked on MCP Toplist. PostgREST is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 14, 2026.
Ranks ahead of 6,919 of 58,832 servers on MCP Toplist.
Use PostgREST
PostgREST doesn’t publish a machine-readable install config. Follow the setup instructions in its repository ↗, or open one of its registry listings above.
Listed on 1 registry
node2flow-th
Other servers by node2flow-th
- Notion#30898
- Airtable#51900
- Binance#51901
- Binance TH#51902
- Bitkub#51903
- Gemini File Search#51904
- Gmail#51905
- Google Calendar#51906
- Google Docs#51907
- Google Drive#51908
- Google Sheets#51909
- Line-bot#51911
Not versioned
This server is published through a registry that does not expose explicit version metadata. The listing tracks a single rolling release.
Frequently asked questions
- What is PostgREST?
- MCP server for PostgREST — REST API layer for PostgreSQL databases. ## Features - Discover database schema (tables, views, functions, columns) - Query records with PostgREST filter syntax (eq, gt, like, in, fts, or) - Resource embedding — JOIN related tables via select parameter - Full CRUD operations (insert, update, upsert, delete, replace) - Call stored PostgreSQL functions via RPC - Count records with exact, planned, or estimated methods ## 10 Tools **Schema**: get OpenAPI schema, describe table columns/types **Read**: list records with filters/select/order/pagination, count records, call functions (RPC) **Write**: insert, update, upsert (merge/ignore duplicates), delete, replace (PUT) ## Configuration - POSTGREST_URL — Your PostgREST server URL (e.g. http://localhost:3000) - POSTGREST_TOKEN — JWT token for authenticated requests (optional)
- Who maintains PostgREST?
- PostgREST is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is PostgREST an official MCP server?
- PostgREST is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does PostgREST have?
- PostgREST ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for PostgREST?
- The source code for PostgREST is hosted at github.com/node2flow-th/postgrest-mcp-community.