
PostgreSQL
Summary
The PostgreSQL server, part of the Model Context Protocol (MCP), offers a secure and efficient way to provide read-only access to PostgreSQL databases. It allows users, particularly those utilizing Large Language Models (LLMs), to inspect database schemas and execute read-only queries, ensuring data integrity by restricting write operations. The server automatically discovers and presents schema information, such as column names and data types, for each table in the database. This makes it a valuable tool for developers and data analysts who need to understand database structures without altering data. The project supports integration with the Claude Desktop app and can be run using Docker or NPX, making it versatile for different development environments.
Available Actions(1)
query
Execute read-only SQL queries against the connected database. Input: `sql` (string): The SQL query to execute. All queries are executed within a READ ONLY transaction.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论