@supabase/mcp server postgrest
The @supabase/mcp-server-postgrest package provides a Model Context Protocol (MCP) server that enables AI assistants like Claude to easily connect to and query a PostgreSQL database using the PostgREST API. This MCP server abstracts the database connectivity and query logic, allowing developers to focus on building their AI applications without needing to manage the underlying database integration.
Installation Instructions
Get started with @supabase/mcp server postgrest in your project
Install via npm
npm install @supabase/mcp-server-postgrestOr with yarn
yarn add @supabase/mcp-server-postgrestRelated Servers
Supabase Admin MCP
Full Supabase administration capabilities. Manage tables, run queries, handle authentication, and monitor your Supabase projects through AI.
@supabase/mcp server supabase
MCP server for interacting with Supabase
@benborla29/mcp server mysql
MCP server for interacting with MySQL databases based on Node