JamesUnlocked/MCP_Projects
3.2
If you are the rightful owner of MCP_Projects and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server that allows Claude Desktop to interact with PostgreSQL databases using natural language queries.
Tools
Functions exposed to the LLM to take actions
postgres_execute_query
Execute any SELECT query.
postgres_list_tables
List all tables in a schema.
postgres_describe_table
Get table structure and constraints.
postgres_get_table_sample
Preview table data.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client