postgresql-mcp.md

PostgreSQL MCP

from"supabase"
780

PostgreSQL database management and queries

Databases
PostgreSQLSQLdatabaserelational
install.sh
# Clone the repository
$git clone https://github.com/supabase/postgres-mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve