MCPServers
PostgreSQL - 开发工具 server banner image
PostgreSQL - MCP server logo (Official)
37.0k
0

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.

Last Updated: April 8, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Try it now in
HighlightHighlight AI

语言

TypeScript

分类