Skip to content

Tools Overview

Engram provides 22 MCP tools organized into five categories. Your AI agent calls these tools automatically based on context — you don’t need to invoke them manually.

ToolDescription
rememberStore a new memory with semantic embedding
recallFind memories by semantic similarity and full-text search
updateModify an existing memory’s content or metadata
forgetDelete a memory permanently
mergeCombine multiple memories into one
ToolDescription
connectCreate a typed edge between two memories
disconnectRemove an edge between memories
graphView a memory’s neighborhood in the graph
ToolDescription
organizeBatch re-topic memories and create hub structure
consolidateReplace redundant memories with a summary
find_clustersDiscover groups of similar memories
detect_communitiesFind natural groups via graph label propagation
ToolDescription
timelineChronological view of memories
statsMemory counts grouped by project and topic
list_topicsAll topics with their memory counts
ToolDescription
checkpointSave work-in-progress state
resumeRestore a checkpointed task
list_tasksList all checkpointed tasks
ToolDescription
begin_episodeStart grouping memories into a narrative session
end_episodeEnd an episode with a summary
recall_episodeRetrieve an episode’s memories and summary
list_episodesList all episodes