DatabaseVerified

Postgres

Read-only SQL queries against a Postgres database.

94/ 100

Install

$ npx -y @modelcontextprotocol/server-postgres postgresql://...

About

Safe, read-only access to Postgres. Introspects schema, exposes tables and columns, and executes SELECT queries with row limits. Ideal for analyst agents.

A sandboxed, read-only Postgres connector designed for agents that need to answer questions from production data without the risk of writes. Features: - Schema introspection (tables, columns, types, foreign keys) - Query planning hints - Row and timeout limits configurable per connection - Explicit allow-list for databases and schemas

Version history

0.6.1latest
Mar 10, 2026

Similar servers