empirical

External, queryable memory layer for anywhere you use AI

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Record Graph Memory: Create or merge user memory from conversation context (journal notes, preferences, plans, reflections, and ongoing personal/project context). Not intended for one-off calculations
  • Get Memory: Retrieve a specific memory by ID.
  • List Memories: List memories to review and pick targets for follow-up actions. Use this for recent/latest/today requests; follow nextCursor while hasMore is true.

What data it sees

Do you need an account

No: the server works without sign-in

External, queryable memory layer for anywhere you use AI

Server tool list (15)

Raw names from tools/list. Only developers need these.

record_graph_memoryCreate or merge user memory from conversation context (journal notes, preferences, plans, reflections, and ongoing personal/project context). Not intended for one-off calculations, general knowledge answers, weather, or web lookup results.
get_memoryRetrieve a specific memory by ID.
list_memoriesList memories to review and pick targets for follow-up actions. Use this for recent/latest/today requests; follow nextCursor while hasMore is true.
query_memoriesSearch previously stored personal memories by semantic query and/or filters (category, tags, dates, location, graph fields). Use only when the user asks about their saved context; not for weather, web lookup, or general knowledge. When the user asks for ALL records of a specific kind (e.g. "all my period data", "my complete workout history"), populate the tags field with the relevant topic so every matching record is returned rather than a ranked subset.
get_memory_neighborsGet related memories and edges for a memory node (incoming, outgoing, or both).
update_memory_relationshipsAdd, remove, or replace relationships on a memory node.
add_note_by_queryAppend a note to an existing stored memory resolved by semantic query or explicit memoryId. Memory-editing only; not for external information tasks. If the target memory was created earlier in this same conversation, pass its memoryId instead of query -- search indexing can lag a few seconds behind a fresh write.
update_memory_by_queryUpdate an existing stored memory resolved by semantic query or explicit memoryId. Memory-editing only; not for external information tasks. If the target memory was created earlier in this same conversation, pass its memoryId instead of query -- search indexing can lag a few seconds behind a fresh write.
delete_memory_by_queryDelete a stored memory resolved by semantic query or explicit memoryId (requires confirm=true). Use only when user explicitly asks to remove their memory. If the target memory was created earlier in this same conversation, pass its memoryId instead of query -- search indexing can lag a few seconds behind a fresh write.
memory_usage_guideRead the memory usage policy for when to create, query, update, or delete memories.
get_empirical_policyRead the authenticated user's normalized Empirical behavior policy. This is read-only and reflects the current installer/settings preferences.
get_userGet the authenticated Empirical profile/account context for the connected user. Not a source for weather, web facts, or general knowledge.
list_workspacesList selectable workspaces for this OAuth client (Default Workspace first).
get_current_workspaceGet current workspace selection for this OAuth client.
set_current_workspaceSet current workspace selection for this OAuth client.