MCPServers
PostgreSQL - Strumenti per Sviluppatori 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

Recensioni della Community

0.0
0 recensioni
5
0
4
0
3
0
2
0
1
0

Nessuna recensione ancora. Sii il primo a recensire!

Accedi per unirti alla conversazione

Try it now in
HighlightHighlight AI

Linguaggio

TypeScript

Categorie