Memory Palace
未认领Persistent memory system for agentic AI via MCP - remember, recall, forget with semantic search with knowledge graph
安装
pip install -e .工具(13 个)
code_remember_tool
Index a source file into the palace (creates linked prose + code memories)
memory_archive
Archive memories with foundational/centrality protection (soft delete)
memory_audit
Health checks — duplicates, stale memories, orphan edges, contradictions, missing embeddings
memory_get
Retrieve memories by ID with optional graph traversal (BFS)
memory_link
Create a typed, weighted, optionally bidirectional edge between memories
memory_recall
Semantic search with centrality-weighted ranking and graph context
memory_recent
Get the last X memories — title-card format by default, verbose on request
memory_reembed
Regenerate embeddings (backfill missing, refresh stale, re-embed after model change)
memory_reflect
Extract memories from conversation transcripts (JSONL or TOON format)
memory_set
Store a new memory with optional auto-linking to similar memories
memory_stats
Overview statistics — counts by type, instance, project, most accessed, recently added
memory_unlink
Remove edges between memories
message
Unified inter-instance messaging — send, get, mark read/unread, subscribe to channels