loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

memoryoracle

MCP Tool

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.

Install

$ npx loaditout add ToolOracle/memoryoracle

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "memoryoracle": {
      "command": "npx",
      "args": [
        "-y",
        "memoryoracle"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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.

Tools

| 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 |

Memory categories

| 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

Tags

ai-agentsfts5gdprlong-term-memorymcpmcp-servermemorypersistentragvector-search

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ToolOracle/memoryoracle)](https://loaditout.ai/skills/ToolOracle/memoryoracle)