MadeByNando_mcp-postgres-server
If you are the rightful owner of MadeByNando_mcp-postgres-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Postgres Server implements the Model Context Protocol for Cursor, utilizing a PostgreSQL database for model context storage.
The MCP Postgres Server is designed to facilitate the use of PostgreSQL as a storage solution for model contexts within the Cursor environment. By leveraging Docker and Docker Compose, the server can be easily deployed and managed. It provides a seamless integration with Cursor, allowing users to execute SQL queries, list database tables, and describe table schemas directly from the Cursor interface. This setup ensures that data management tasks are performed efficiently and securely, making it an ideal choice for developers and data scientists who require robust database interactions within their model context workflows.
Features
- Seamless integration with Cursor for model context management.
- Utilizes PostgreSQL for reliable and scalable data storage.
- Supports execution of read-only SQL queries.
- Allows listing and describing database tables.
- Easy deployment and management using Docker and Docker Compose.
Tools
postgres_query
Execute a read-only SQL query.
postgres_list_tables
List all tables in the database.
postgres_describe_table
Get the schema of a specific table.