Skip to main content
Membase manages memories through your connected agents and integrations. The dashboard is a read-only view for browsing and deleting memories, not for creating or editing them.

Creating Memories

New memories enter Membase through two channels:

Agent Conversations

Your connected agent calls the add_memory MCP tool during conversations to save relevant context: preferences, decisions, project details, and more.

Integrations

Connected data sources like Gmail and Google Calendar automatically sync new data into Membase as memories.
You cannot create memories manually from the dashboard. All memories originate from agent interactions or integrations.

Reading Memories

Browse your memories from the dashboard in two views:
  • Graph view: Visually explore entities and their relationships in the knowledge graph.
  • Table view: Search, sort, and browse all memories in a flat list.
Your agents can also retrieve memories during conversations by calling the search_memory MCP tool.

Updating Memories

Memories are updated through your agents, not from the dashboard. When existing context becomes outdated, your agent can call the update_memory MCP tool to mark the memory as no longer valid. For example, if you switch from Redux to Zustand, the agent can flag the old “uses Redux” memory as outdated so it no longer surfaces in future searches. Behind the scenes, Membase also handles updates automatically during the digesting process:
  • Deduplication: Similar memories from different sources are merged to avoid redundancy.
  • Conflict resolution: When new information contradicts an existing memory, the latest data takes priority.
  • Relationship updates: New connections between entities are added to the knowledge graph as they are discovered.

Deleting Memories

Deletion is a manual action that can only be done from the table view in the dashboard.
  1. Switch to table view.
  2. Click the Delete Icon next to the memory you want to remove.
  3. Click Delete and confirm.
Delete memory confirmation dialog
Deleted memories cannot be recovered. Make sure you want to permanently remove the memory before deleting.

Next Steps