Enables AI agents to interact with PostgreSQL databases through a standardized Model Context Protocol (MCP) interface.
Sponsored
Postgres provides a PostgreSQL MCP server implementation using the Model Context Protocol (MCP) Python SDK, facilitating seamless integration between LLM applications and external PostgreSQL data sources. This server exposes a standardized interface for AI agents to query and interact with PostgreSQL databases, allowing them to list schemas and tables, describe table structures, get foreign key information, and execute SQL queries.
Características Principales
01List database schemas and tables.
02Discover both explicit and implied table relationships.
03Execute SQL queries.
044 GitHub stars
05Get foreign key information.
06Describe table structures, constraints, and relationships.
Casos de Uso
01Enable AI agents to query and interact with PostgreSQL data.
02Automate database exploration and relationship discovery.
03Integrate PostgreSQL databases with LLM applications.