fenghaochang/LoreRoom
by Various
Encrypted, bidirectional local memory for your Claude Code Telegram bot — captures both sides at the plugin source, recalls via MCP.
MCP
fenghaochang/LoreRoom
Added 11 June 2026
Overview
LoreRoom is a TypeScript plugin that provides encrypted, bidirectional local memory for a Claude Code Telegram bot. It captures both sides of the conversation at the plugin source and recalls history via the Model Context Protocol (MCP). The memory is stored locally and encrypted for security.
Best for
Best for
Developers who need persistent, private memory for their Claude Code Telegram bot
Use cases
- Store conversation history for a Claude Code Telegram bot
- Recall past user and assistant messages via MCP
- Maintain persistent memory across Telegram chat sessions
How to use
Install
git clone https://github.com/fenghaochang/LoreRoom.git && cd LoreRoom && npm install && npm run build && node dist/cli.js init && node dist/patch-plugin.js && claude mcp add --scope user loreroom -- "$(command -v node)" Tools exposed
nodenpmgitclaude
Tested with
Claude Code
Example client config
{\n "dbPath": "data/memory.sqlite",\n "encryptionKey": "YOUR_64_CHAR_HEX_ENCRYPTION_KEY",\n "spoolPath": "~/.claude/channels/telegram/loreroom-spool.jsonl",\n "capture": {\n "chatAllow": [],\n "chatDeny": [],\n "skipPatterns": []\n }\n} Notes
LoreRoom is a TypeScript plugin that provides encrypted, bidirectional local memory for a Claude Code Telegram bot. It captures both sides of the conversation at the plugin source and recalls history via the Model Context Protocol (MCP). The memory is stored locally and encrypted for security.
1 stars on GitHub. Last updated 2026-06-08. Licensed MIT.
Use cases
- Store conversation history for a Claude Code Telegram bot
- Recall past user and assistant messages via MCP
- Maintain persistent memory across Telegram chat sessions
Pros
- Encrypted local storage enhances privacy
- Bidirectional capture includes both user and bot messages
- MCP integration enables structured recall
Cons
- Requires specific setup for Claude Code Telegram bot
- Low adoption with only 1 star on GitHub
- Limited documentation and community support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Encrypted local storage enhances privacy
- Bidirectional capture includes both user and bot messages
- MCP integration enables structured recall
Cons
- Requires specific setup for Claude Code Telegram bot
- Low adoption with only 1 star on GitHub
- Limited documentation and community support
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
