MemoryOracle
MemoryOracle
为 AI 智能体提供持久化长期记忆。智能体永不遗忘。
10 个工具。SQLite FTS5 全文搜索。按命名空间隔离。符合 GDPR 的遗忘机制。与 FeedOracle Trust Layer 交叉引用。
npx -y mcp-remote https://mcp.feedoracle.io/memory/mcp/问题
每一次 MCP 工具调用都是无状态的。当 Claude Desktop 重启、Cursor 关闭、会话结束时 — 智能体会忘记一切。没有用户偏好、没有项目历史、没有学到的规则、没有投资组合追踪。
MemoryOracle 为智能体提供持久化、可搜索的记忆。它能在重启后保留、跨客户端工作,并随着时间的推移变得越来越有价值。
Related MCP server: Recall
工具
工具 | 功能说明 |
| 存储事实、偏好、决策或规则。自动去重。 |
| 基于 BM25 排序和时效加权的全文搜索 |
| 用新信息更新记忆。保留版本历史(最近 10 次更改) |
| 按 ID、类别、时长或全部内容永久删除。GDPR 第 17 条 |
| 会话结束捕获:摘要 + 提取的事实、决策、行动项 |
| 带过滤器浏览:类别、重要性、时效性、访问频率 |
| 对照 FeedOracle Trust Layer 的证据核验记忆 |
| 仪表盘:数量、存储、类别、最常访问、最近 |
| 全部导出为 JSON。GDPR 第 20 条数据可携带权 |
| 服务状态 |
记忆类别
类别 | 使用场景 |
| 已验证的信息:“USDC 已获 MiCA 授权” |
| 用户/智能体偏好:“保守配置,不使用 USDT” |
| 已做出的决策:“对欧盟客户禁用 USDT” |
| 观察到的规律:“RLUSD 锚定已稳定 30 天” |
| 业务规则:“切勿推荐锚定偏差超过 2% 的资产” |
| 带关联事实的会话摘要 |
| 投资组合持仓与配置 |
| 待办事项:“四月检查 RLUSD 状态” |
示例:合规智能体工作流
会话 1 — 智能体执行 MiCA 合规检查:
{"name": "store_memory", "arguments": {
"content": "USDT blocked for EU — MiCA NOT AUTHORIZED. Preflight: STOP.",
"category": "decision", "importance": 10,
"tags": ["usdt", "mica", "blocked"],
"namespace": "compliance-bot"
}}会话 2 — 第二天,智能体记住了:
{"name": "query_memory", "arguments": {
"query": "USDT EU compliance status",
"namespace": "compliance-bot"
}}→ 立即回想起昨天的决策。无需重新检查。
会话结束 — 自动捕获:
{"name": "summarize_session", "arguments": {
"summary": "Reviewed stablecoin portfolio. USDT blocked. RLUSD pending.",
"key_facts": ["USDC authorized", "EURC authorized", "USDT blocked"],
"decisions": ["Block USDT for EU"],
"action_items": ["Check RLUSD in April 2026"],
"namespace": "compliance-bot"
}}为何与众不同
特性 | MemoryOracle | 其他方案 |
搜索 | FTS5 BM25 排序 + 时效加权 | 基础关键词 |
类别 | 8 种结构化类型 | 扁平键值对 |
会话捕获 | 自动提取事实、决策与行动项 | 仅手动 |
Trust Layer | 与签名证据交叉引用 | 无 |
GDPR | 第 17 条遗忘 + 第 20 条导出 | 通常缺失 |
命名空间 | 按智能体隔离 | 共享全局 |
历史记录 | 版本跟踪(最近 10 次更改) | 直接覆盖 |
TTL | 可配置小时数的自动过期 | 无 |
x402 按调用付费
POST https://tooloracle.io/x402/memory/mcp/工具 | 单位 | 价格 |
| 2 | $0.02 |
| 5 | $0.05 |
| 8 | $0.08 |
| 5 | $0.05 |
| 3 | $0.03 |
| 2 | $0.02 |
| 1 | $0.01 |
连接
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.feedoracle.io/memory/mcp/"]
}
}
}ToolOracle 的一部分
MemoryOracle 是 ToolOracle 的一部分 — 50+ 个 MCP 服务器、530+ 个工具。由 FeedOracle 合规基础设施提供支持。
这一记忆层让 Decision Preflight、Trust Layer、ISO 20022 以及所有其他工具的价值呈指数级提升。
延伸阅读
📝 我们构建了一个 24/7 运行、永不遗忘、并能自我核查的 AI 智能体 — 了解 Memory + Scheduler + Decision Preflight 如何作为一个集成式自主智能体栈协同工作。真实的工具输出,绝非空谈。
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with persistent, searchable memory that survives across conversations using semantic search, temporal versioning, and smart organization. Enables long-term context retention and cross-session continuity for AI assistants.14
- FlicenseAqualityNot gradedmaintenanceProvides long-term memory storage for AI assistants with semantic search, enabling persistent storage of preferences, decisions, and context with relationship tracking between memories.19
- AlicenseAqualityDmaintenanceProvides persistent key-value storage with full-text search, tags, and namespaces for AI agents to maintain context across sessions.7MIT
- AlicenseAqualityAmaintenanceProvides persistent, searchable memory for AI agents, enabling them to retain, recall, and reflect on information across conversations.191MIT
Related MCP Connectors
Persistent memory for AI agents. Search, store, and recall across sessions.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ToolOracle/memoryoracle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server