Servers / Data & APIs / PostgreSQL MCP
📊

PostgreSQL MCP

Free · Data & APIs · by Neon · Listed March 3, 2026

Install

npx @neon/mcp-postgres

About

Connect AI agents to PostgreSQL databases. Run queries, inspect schemas, manage migrations, and analyze data. Supports connection pooling and read-only modes for safe production access.

MCP Config

Add this to your MCP configuration file:

{ "mcpServers": { "postgres-mcp": { "command": "npx @neon/mcp-postgres" } } }