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

카테고리