empirical
External, queryable memory layer for anywhere you use AI
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
External, queryable memory layer for anywhere you use AI
Список инструментов сервера (15)
Технические названия из tools/list. Нужны только разработчикам.
| 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, general knowledge answers, weather, or web lookup results. |
| 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. |
| query_memories | Search 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_neighbors | Get related memories and edges for a memory node (incoming, outgoing, or both). |
| update_memory_relationships | Add, remove, or replace relationships on a memory node. |
| add_note_by_query | Append 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_query | Update 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_query | Delete 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_guide | Read the memory usage policy for when to create, query, update, or delete memories. |
| get_empirical_policy | Read the authenticated user's normalized Empirical behavior policy. This is read-only and reflects the current installer/settings preferences. |
| get_user | Get the authenticated Empirical profile/account context for the connected user. Not a source for weather, web facts, or general knowledge. |
| list_workspaces | List selectable workspaces for this OAuth client (Default Workspace first). |
| get_current_workspace | Get current workspace selection for this OAuth client. |
| set_current_workspace | Set current workspace selection for this OAuth client. |