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 file path for memory storage.
Creates new entities in the memory.
Establishes relationships between entities.
Adds observations to entities with timestamps.
Removes specified entities from the memory.
Removes specific observations from the memory.
Deletes relationships between entities.
Reads the current state of the memory graph.
Searches for specific nodes in the memory graph.
Opens and retrieves detailed information about nodes.