blevinstein/simple-postgres-mcp
3.2
If you are the rightful owner of simple-postgres-mcp 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 for PostgreSQL with pgvector that provides semantic and full-text search capabilities for LLM memory management.
Tools
Functions exposed to the LLM to take actions
store_memory
Store a document/memory in Milvus with automatic embedding generation and ID creation.
search_memory
Search for memories/documents using semantic or full-text search.
forget_memory
Delete a memory/document from PostgreSQL using its auto-generated ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client