MCP-Server-postgres

MCP-Server-postgres

0

This project provides tools for managing and interacting with PostgreSQL databases. It includes API endpoints for common database operations and utility functions for data serialization.

list_tables_tool

List the names of all tables in the database

get_table_info_tool

Get detailed information of the specified table, including column information, primary keys, and row count

query_table_tool

Query the data of the specified table, and supports limiting the number of rows returned

execute_query_tool

Execute custom SQL queries, support parameterized queries