Self-improving MCP memory server for AI agents. One command, no cloud, no config.
Connect Lorekeeper to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Self-improving MCP memory server for AI agents. One command, no cloud, no config. The lorekeeper mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
lore_search — Hybrid semantic + keyword search with relevance scoreslore_remember — Fast one-shot memory save (auto-titles, auto-links)lore_insert — Bulk structured insert with custom scores and linkslore_update — Feedback loop — rate memories, drive qualitylore_forget — Soft-delete wrong or outdated memorieslore_reflect — End-of-session: extract learnings, auto-save discoverieslore_processed_sessions — Check which sessions are already processedlore_recommend_links — Suggest candidate links between related memorieslore_get_suggestions — List pending link suggestions from the sweep enginelore_review_suggestion — Accept or reject one or more link suggestions (batch)Installation goes through your MCP client rather than a global install: point it at agentmemory on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lorekeeper's toolset — lore_search, lore_remember, lore_insert and 7 more — is a fair guide to whether it matches your workflow.
This entry was verified against Lorekeeper's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| lore_search | Hybrid semantic + keyword search with relevance scores |
| lore_remember | Fast one-shot memory save (auto-titles, auto-links) |
| lore_insert | Bulk structured insert with custom scores and links |
| lore_update | Feedback loop — rate memories, drive quality |
| lore_forget | Soft-delete wrong or outdated memories |
| lore_reflect | End-of-session: extract learnings, auto-save discoveries |
| lore_processed_sessions | Check which sessions are already processed |
| lore_recommend_links | Suggest candidate links between related memories |
| lore_get_suggestions | List pending link suggestions from the sweep engine |
| lore_review_suggestion | Accept or reject one or more link suggestions (batch) |
{
"mcpServers": {
"lorekeeper": {
"command": "npx",
"args": ["-y", "agentmemory"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.