MCP Memory PouchDB provides a knowledge graph-based memory system for AI assistants to store and retrieve information about entities, their relationships, and observations. Built by bneil, it uses PouchDB with a memory adapter for primary storage and maintains a JSON file backup, offering tools for creating, reading, updating, and deleting graph elements through a comprehensive API. The implementation includes robust error handling with retry mechanisms, supports both in-memory and file-based persistence, and is particularly valuable for maintaining conversational context across interactions, enabling assistants to remember user preferences, relationships, and historical information.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves the current timestamp.
Sets the path for the memory file to store data.
Creates new entities in the memory graph.
Establishes relationships between entities in the memory graph.
Stores observations related to entities in the memory graph.
Removes specified entities from the memory graph.
Removes specified observations from the memory graph.
Removes specified relations between entities in the memory graph.
Retrieves the current state of the memory graph.
Searches for specific nodes within the memory graph.
Accesses and opens nodes within the memory graph.