关于
Memory is an MCP server designed to give AI assistants a true long-term memory, ensuring continuity across conversations, platforms, and sessions. Built to overcome the limitations of session-bound AI interactions, it leverages PostgreSQL with pgvector for efficient semantic search, allowing AI to recall contextually relevant information. The system supports flexible embedding models (Ollama, OpenAI, and compatible APIs), encrypts sensitive memories with AES-256-GCM, and offers robust authentication via OAuth and bearer tokens, all while isolating different memory sets using namespaces.