PostgreSQL MCP
The PostgreSQL server connects an AI assistant to a Postgres database with schema inspection and read-only query execution by default. The assistant can explore tables, run SELECTs, and answer questions about your data. Best for developers who want to query databases conversationally during development.
AI ToolFree Tier: Fully free, open-source (MIT)Company: Anthropic / MCP projectCategory: MCP ServersOpen Source: YesQuick Start: npx -y @modelcontextprotocol/server-postgres postgresql://user:pass@localhost/mydb → Add to your MCP client → Ask 'what tables exist?' or 'what's the average order value?'Visit PostgreSQL MCP