ImprintMCP
JSON →Autoupdating MCP Vector Memory
Tools · 8
- imprint_remember Store a fact, decision, or pattern into persistent memory so the AI can recall it in future sessions.
- imprint_recall Search memory for relevant facts, decisions, or patterns using semantic similarity.
- imprint_forget Remove a specific memory entry by its ID.
- imprint_list List recent memory entries with optional filtering by tags or time range.
- imprint_tag Add or update tags on a memory entry to improve searchability.
- imprint_graph_query Query the knowledge graph for relationships between memory entries.
- imprint_sync_push Push local memory to a remote relay for sharing across devices.
- imprint_sync_pull Pull remote memory from a relay to synchronize with another device.