目录 / empirical
MCP
鉴权未知
未评级
已上架
empirical
External, queryable memory layer for anywhere you use AI
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:11):External, queryable memory layer for anywhere you use AI
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://empirical--matt-ha7x.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"empirical": {
"url": "https://empirical--matt-ha7x.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。