Postgres
Createdllm-graph
Enables AI agents to interact with multiple PostgreSQL databases using the Model Context Protocol (MCP).
About
Postgres is a standalone MCP server that allows AI agents, such as Cursor and Claude Desktop, to connect to and interact with multiple PostgreSQL databases. Built with Bun, TypeScript, and the fastmcp framework, it provides a blazing fast, type-safe, and secure way for AI agents to list tables, inspect schemas, execute queries, and manage transactions across different databases. It leverages parameterized queries to prevent SQL injection and supports optional API key authentication for secure network connections.
Key Features
- Multi-database support for PostgreSQL instances
- 0 GitHub stars
- Optional API key authentication
- Database schema inspection via MCP resources
- Secure parameterized queries to prevent SQL injection
- In-tool logging and progress reporting
Use Cases
- Connecting AI agents to PostgreSQL databases
- Inspecting database schemas and listing tables
- Executing SQL queries and managing transactions