Scenario guide

Best Postgres MCP Servers in 2026

Postgres is the single most-connected database in the MCP ecosystem, and the options range from the official reference server to full-featured forks with EXPLAIN analysis, connection pooling, and read-only enforcement.

When comparing, prioritize three things: a true read-only mode, schema introspection that goes beyond listing tables, and clear documentation of how the connection string is handled. The ranking below is ordered by adoption.

23个结果
PM
Postgres MCP
数据库管理

查看 PostgreSQL 表结构,并执行受控只读查询。

1.8万 64091
PP
prest/prest
部署与 DevOps

PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new, MCP server

4557 040
TT
tabularisdb/tabularis
数据库管理

Open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more databases like DuckDB, ClickHouse, Redis and Firestore.

3651 085
BD
bytebase/dbhub
数据库管理

Token conscious database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.

3115 085
CP
crystaldba/postgres-mcp
数据库管理

Postgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.

3011 099
BA
butterbase-ai/butterbase
开发工具

Open-source backend-as-a-service. Postgres, auth, storage, functions, AI gateway, MCP.

2389 071
TP
timescale/pg-aiguide
开发工具

MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.

1782 063
EB
egeominotti/bunqueue
开发工具

⚡ High-performance job queue for Bun. SQLite by default, PostgreSQL multi-broker when you scale. DLQ, cron, SQLite S3 backups, and native MCP. No Redis.

560 057
SP
stuzero/pg-mcp-server
开发工具

A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents.

540 062
SP
subnetmarco/pgmcp
开发工具

An MCP server to query any Postgres database in natural language.

540 099
RM
runekaagaard/mcp-alchemy
数据库管理

A MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.

413 092
PP
pgedge/pgedge-postgres-mcp
开发工具

- About the pgEdge Postgres MCP Server - pgEdge Postgres MCP Server - Choosing the Right Solution - Best Practices - Querying the Server - Installing the MCP Server - Quick Start - Quickstart Demo...

211 071
查看全部匹配条目 · 23

FAQ

Which Postgres MCP server should I pick?

Start with the highest-starred option below that explicitly documents a read-only mode. If you need multiple databases or connection pooling, check the multi-database entries in the broader database category.

How do I keep the agent from running writes?

Two layers: create a Postgres role with SELECT-only grants, and choose a server with a read-only flag. Either layer alone is common; both together is the recommended setup for shared databases.

Can it explain slow queries?

Several servers expose EXPLAIN output as a tool. Combined with the agent's reasoning, that turns "why is this endpoint slow" into a concrete index suggestion — check each server's tool list on its detail page.

相关指南