MemoryOracle
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MemoryOracleRemember that I prefer conservative allocations and never recommend USDT for EU clients."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MemoryOracle
Persistent long-term memory for AI agents. Agents never forget.
10 tools. SQLite FTS5 full-text search. Per-namespace isolation. GDPR-compliant forget. Cross-references with FeedOracle Trust Layer.
npx -y mcp-remote https://mcp.feedoracle.io/memory/mcp/The problem
Every MCP tool call is stateless. When Claude Desktop restarts, when Cursor closes, when the session ends — the agent forgets everything. No user preferences, no project history, no learned rules, no portfolio tracking.
MemoryOracle gives agents a persistent, searchable memory that survives restarts, works across clients, and gets more valuable over time.
Related MCP server: Recall
Tools
Tool | What it does |
| Store a fact, preference, decision, or rule. Deduplicates automatically. |
| Full-text search with BM25 ranking and recency boost |
| Update a memory with new info. Preserves version history (last 10 changes) |
| Permanently delete by ID, category, age, or everything. GDPR Art. 17 |
| End-of-session capture: summary + extracted facts, decisions, action items |
| Browse with filters: category, importance, recency, access frequency |
| Verify a memory against FeedOracle Trust Layer evidence |
| Dashboard: count, storage, categories, most accessed, recent |
| Export all as JSON. GDPR Art. 20 data portability |
| Service status |
Memory categories
Category | When to use |
| Verified information: "USDC is MiCA authorized" |
| User/agent preferences: "Conservative allocation, no USDT" |
| Decisions made: "Blocked USDT for EU clients" |
| Patterns noticed: "RLUSD peg stable for 30 days" |
| Business rules: "Never recommend assets with peg deviation > 2%" |
| Session summaries with linked facts |
| Portfolio positions and allocations |
| Open tasks: "Check RLUSD status in April" |
Example: Compliance agent workflow
Session 1 — Agent does MiCA compliance checks:
{"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"
}}Session 2 — Next day, agent remembers:
{"name": "query_memory", "arguments": {
"query": "USDT EU compliance status",
"namespace": "compliance-bot"
}}→ Instantly recalls the decision from yesterday. No re-checking needed.
End of session — Auto-capture:
{"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"
}}Why this is different
Feature | MemoryOracle | Others |
Search | FTS5 BM25 ranking + recency boost | Basic keyword |
Categories | 8 structured types | Flat key-value |
Session capture | Auto-extracts facts, decisions, actions | Manual only |
Trust Layer | Cross-reference with signed evidence | None |
GDPR | Art. 17 forget + Art. 20 export | Usually missing |
Namespaces | Per-agent isolation | Shared global |
History | Version tracking (last 10 changes) | Overwrite |
TTL | Auto-expiry with configurable hours | None |
x402 Pay-per-call
POST https://tooloracle.io/x402/memory/mcp/Tool | Units | Price |
| 2 | $0.02 |
| 5 | $0.05 |
| 8 | $0.08 |
| 5 | $0.05 |
| 3 | $0.03 |
| 2 | $0.02 |
| 1 | $0.01 |
Connect
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.feedoracle.io/memory/mcp/"]
}
}
}Part of ToolOracle
MemoryOracle is part of ToolOracle — 50+ MCP servers, 530+ tools. Powered by FeedOracle compliance infrastructure.
The memory layer that makes Decision Preflight, Trust Layer, ISO 20022, and every other tool exponentially more valuable.
Read More
📝 We Built an AI Agent That Runs 24/7, Never Forgets, and Checks Its Own Work — How Memory + Scheduler + Decision Preflight work together as one integrated autonomous agent stack. Real tool outputs, no theory.
License
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