Basic Memory
Summary
How It Works Interact naturally with AIs to build and access your knowledge base.
1 Build on Past Knowledge AI references previous notes in future conversations.
"Let's continue our conversation about coffee brewing." AI retrieves relevant notes rather than loading everything.
2 Chat Naturally Have normal conversations with AI assistants like Claude.
"Find information about pour over coffee methods." AI searches your knowledge base and summarizes findings.
3 Save Knowledge Ask Claude to create a note about your conversation.
"Create a note about coffee brewing methods." AI creates a structured note with observations and relations.
Available Actions(6)
write_note
Create or update notes. Parameters: title (string), content (string), folder (optional string), tags (optional array of strings)
read_note
Read notes by title or permalink. Parameters: identifier (string), page (optional integer), page_size (optional integer)
build_context
Navigate knowledge graph via memory:// URLs. Parameters: url (string), depth (optional integer), timeframe (optional string)
search_notes
Search across your knowledge base. Parameters: query (string), page (optional integer), page_size (optional integer)
recent_activity
Find recently updated information. Parameters: type (string), depth (optional integer), timeframe (optional string)
canvas
Generate knowledge visualizations. Parameters: nodes (array), edges (array), title (string), folder (optional string)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation