MCP Library

// MCP Server

Featured

Postgres

@modelcontextprotocol · modelcontextprotocol/postgres

Read-only SQL execution and schema introspection over a Postgres connection.

stdio#database#sql#official

// Run locally

npx (recommended)

requires npx

Postgres · npxbash
npx -y @modelcontextprotocol/server-postgres <POSTGRES_URL>

Example URL: postgresql://user:pass@localhost:5432/mydb

// Connect to a client

terminalbash
oxp install @modelcontextprotocol/postgres

OXP manages MCP server configuration automatically — installs the server, wires it into every detected MCP-aware client, and keeps it up to date.