PostgreSQL MCP Server
PostgreSQL database operations for AI models including querying and schema inspection.
Data last scanned yesterday · Reviewed today
Overview
This server provides a set of tools that allow AI models to interact directly with PostgreSQL databases. Users can connect to their database instances using environment variables or explicit tool arguments, enabling data retrieval and manipulation through a standardized interface. Capabilities include executing SELECT, INSERT, UPDATE, and DELETE queries with support for parameter placeholders. Additionally, the server facilitates database discovery by providing tools to list schemas, list tables, and describe table structures.
Our verdict
With a security score of 18/100, this tool is classified as high-risk. The repository has not seen a code update in over 473 days and is maintained by a single contributor with no independent editorial review of its connection or authentication handling. Given these factors, it is recommended only for local development or non-sensitive, isolated environments where database access risks can be strictly managed.
- Supports both PostgreSQL and MySQL-style query parameter placeholders.
- Small footprint with only three direct dependencies.
- Provides built-in schema and table exploration tools.
- No code updates for over 473 days.
- High bus-factor risk due to single-contributor maintenance.
- Authentication and read-only modes lack third-party security review.
Compatibility
No compatibility data yet.
Badge
Maintain this server? Add the live badge to your README.