PostgreSQL
Connects to PostgreSQL databases, executes read-only SQL queries, and provides detailed table information through MCP-compatible clients.
소개
The PostgreSQL MCP Server enables seamless interaction with your PostgreSQL database environment directly from MCP-compatible clients like Claude Desktop. It allows you to establish secure connections, execute validated SELECT queries to retrieve data, view all available tables within your database schema, and test your connection status. Designed with security in mind, it strictly enforces read-only operations, blocking any dangerous commands like DROP, DELETE, or UPDATE, making it a safe gateway for data exploration and integration.
주요 기능
- Securely connect to PostgreSQL databases with authentication
- Execute SELECT SQL queries with built-in security validation
- Test database connection status and view configuration details
- Retrieve a list of all tables in the database's public schema
- Prevent dangerous operations like DROP, DELETE, and INSERT
- 0 GitHub stars
사용 사례
- Integrating PostgreSQL database access into AI workflows or custom applications
- Querying data from a PostgreSQL database using natural language or structured SQL
- Inspecting database schema by listing all available tables