ToolOracle/memoryoracle
MemoryOracle — Persistent Long-Term Memory MCP for AI Agents. 10 tools: store, query (FTS5 BM25), update, forget (GDPR), session summaries, cross-reference with Trust Layer. Per-namespace isolation. Agents never forget.
Platform-specific configuration:
{
"mcpServers": {
"memoryoracle": {
"command": "npx",
"args": [
"-y",
"memoryoracle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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/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.
| Tool | What it does | |------|-------------| | store_memory | Store a fact, preference, decision, or rule. Deduplicates automatically. | | query_memory | Full-text search with BM25 ranking and recency boost | | update_fact | Update a memory with new info. Preserves version history (last 10 changes) | | forget | Permanently delete by ID, category, age, or everything. GDPR Art. 17 | | summarize_session | End-of-session capture: summary + extracted facts, decisions, action items | | list_memories | Browse with filters: category, importance, recency, access frequency | | cross_reference | Verify a memory against FeedOracle Trust Layer evidence | | memory_stats | Dashboard: count, storage, categories, most accessed, recent | | export_memories | Export all as JSON. GDPR Art. 20 data portability | | health_check | Service status |
| Category | When to use | |----------|------------| | fact | Verified information: "USDC is MiCA authorized" | | preference | User/agent preferences: "Conservative allocation, no USDT" | | decision | Decisions made: "Blocked USDT for EU clients" | | observation | Patterns noticed: "RLUSD peg stable for 30 days" | | rule | Business rules: "Never recommend assets with peg deviation > 2%" | | session | Session summaries with linked fa
Loading reviews...