Cross-agent memory over MCP: hybrid recall, knowledge graph, private/shared visibility, redaction.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Lore.
rememberStore a memory with type, tier, tags, metadata
recallSemantic search with temporal/graph-enhanced retrieval
forgetDelete a memory by ID
list_memoriesList memories with filtering
statsMemory statistics (total, by type/tier)
upvote_memoryBoost memory ranking
Your AI agents remember everything. Automatically.
Lore is a cross-agent memory system that stores, connects, and retrieves knowledge across any AI agent β without code changes. Install a hook, and relevant memories appear in every prompt. No agent cooperation needed.
remember Β· recall Β· forget Β· list_memories Β· stats
Store and retrieve memories across any AI agent via MCP tools, REST API, or Python/TypeScript SDK. Semantic search with tier-based TTL, temporal decay, and automatic PII redaction.
graph_query Β· entity_map Β· related Β· extract_facts Β· list_facts Β· conflicts
Entities and relationships auto-extracted from memories. Hop-by-hop graph traversal surfaces connected knowledge that pure vector search misses. Atomic fact extraction with automatic conflict detection.
supersede Β· list_at_time Β· facts_at_time Β· timeline Β· provenance Β· supersession_chain Β· consolidate_memories
History without deletion. Memories and facts are corrected by superseding them, never deleting β every change appends to an auditable trail. Lore tracks two independent time axes (bi-temporal): valid-time (when a fact was true in the world) and system-time (when Lore learned it), so you can ask "what was canonical β or true about X β as of date Y?". list_at_time / facts_at_time answer as-of queries, timeline walks chronologically adjacent events, and provenance / supersession_chain expose the full correction lineage for a memory or fact.
Web UI at /ui/
Interactive D3 force-directed graph of your knowledge base. Entity detail panels, topic clusters, search, and filtering. Runs in the browser β no install required.
Auto-snapshot + auto-inject β zero agent cooperation
The Session Accumulator automatically captures conversation context and injects relevant session history into every prompt. Deterministic (no LLM needed). Works via hooks β the agent never knows Lore exists.
recent_activity
Session-aware summary of what happened recently across all projects. Gives agents continuity between conversations without manual context-passing.
topics Β· topic_detail
Auto-generated concept hubs that cluster related memories, entities, and facts around recurring themes. See everything Lore knows about a topic in one view.
export Β· snapshot Β· snapshot_list Β· save_snapshot
Full data export in JSON and Markdown formats. Obsidian-compatible output for browsing your knowledge graph in a PKM tool. Snapshots for backup and migration.
review_digest Β· review_connection Β· lore review list --sort risk
Review discovered knowledge graph connections with computed risk scores. Batch approve/reject with notes, full audit trail of decisions. Sort by risk, confidence, or age.
lore bootstrap
Single command that validates Python version, Postgres, pgvector, Docker, runs migrations, and verifies server health. Use --fix to auto-remediate missing dependencies.
lore setup claude-code Β· lore setup openclaw Β· lore setup cursor Β· lore setup codex
One-command hook installation for all major AI coding agents. Auto-retrieval injected into every prompt β no code changes needed. Includes --validate, --test-connection, and --dry-run flags.
lore slo create Β· lore slo status Β· GET /v1/slo/status
Define SLO targets for retrieval latency (p50/p95/p99) and hit rate. Background checker evaluates every 60s and fires webhook or email alerts on breach. Time-series API for charting.
lore profiles list Β· GET /v1/profiles Β· ?profile=coding
Named retrieval profiles stored in Postgres. Presets for coding (recency-biased), incident response (graph-heavy), and research (long-term). Select per-request or set as API key default.
lore policy create Β· lore restore-drill Β· GET /v1/policies/compliance
Declarative lifecycle policies with per-tier retention windows, cron-based snapshot schedules, and restore drills with timing metrics. Compliance dashboard across all policies.
lore workspace create Β· lore workspace switch Β· lore audit
Workspace isolation within orgs. Scoped API keys, member management with RBAC roles, and a full audit log of every action (memory.create, key.revoke, etc.).
lore plugin create Β· lore plugin list Β· lore plugin reload
Extend Lore with plugins discovered via Python entry_points. Five lifecycle hooks (on_remember, on_recall, on_enrich, on_extract, on_score), hot-reload, scaffold CLI, and test harness.
suggest Β· lore suggest --context "..." Β· GET /v1/recommendations
Surface relevant memories before explicit queries. Multi-signal scoring (context similarity, entity overlap, temporal patterns, access patterns) with human-readable explanations and a feedback loop.
GET /v1/analytics/retrieval Β· Prometheus metrics
Track hit rate, score distribution, memory utilization, and latency. Know whether memories are actually helping your agents.
Starts Postgres with pgvector and the Lore server on http://localhost:8765.
One line β no install β drops Lore into any MCP client (Claude Code, Cursor, VS Code, Codex, Claude Desktop):
Already installed (pip install lore-sdk[mcp])? Use "command": "lore-memory" (or lore mcp). Per-client guides are in Multi-Agent Setup below; lore integrate --platform <client> writes the config for you.
Option A: Auto-retrieval hook (recommended)
This installs a UserPromptSubmit hook that auto-injects relevant memories into every prompt.
Option B: MCP tools
Add to ~/.claude/settings.json:
Installs a message:preprocessed hook for auto-retrieval. Memories appear in context before every agent response.
Installs a beforeSubmitPrompt hook. Also add MCP config to .cursorrules:
Installs a beforePlan hook. Add MCP config:
Auto-retrieval works with any system that can make an HTTP call before sending a prompt:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/lore)<a href="https://allmcps.com/mcp/lore"><img src="https://allmcps.com/api/badge/lore?style=directory" alt="Lore on AllMCPs" /></a>