PostgreSQL
0
Enables AI assistants to interact with PostgreSQL databases using natural language queries.
Acerca de
This Model Context Protocol (MCP) server provides a secure, read-only interface for AI assistants to interact with PostgreSQL databases. It facilitates natural language to SQL translation, enabling AI to explore database schemas, execute safe queries, and answer complex data-related questions intuitively. Built for speed and security, it ensures AI interactions are efficient and controlled, preventing unauthorized data modifications.
Características Principales
- Secure read-only database operations (SELECT, SHOW, DESCRIBE, EXPLAIN, WITH)
- Safe execution of SQL queries with built-in safety checks and result limits
- 0 GitHub stars
- Comprehensive schema inspection (list tables, describe structure, view relationships)
- Translates natural language prompts into executable SQL for AI assistants
- Built with TypeScript and the official MCP SDK for performance
Casos de Uso
- Allowing AI assistants to query PostgreSQL databases using natural language.
- Enabling AI to explore and understand database schemas and table structures.
- Automating data retrieval and reporting through AI-driven natural language commands.