Connect to Claude
Postgres icon

Postgres

Createdgldc

Enables AI agents to interact with PostgreSQL databases through a standardized Model Context Protocol (MCP) interface.

About

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.

Key Features

  • List database schemas and tables.
  • Discover both explicit and implied table relationships.
  • Execute SQL queries.
  • 4 GitHub stars
  • Get foreign key information.
  • Describe table structures, constraints, and relationships.

Use Cases

  • Enable AI agents to query and interact with PostgreSQL data.
  • Automate database exploration and relationship discovery.
  • Integrate PostgreSQL databases with LLM applications.