Prism MCP v2.1 adds persistent memory to Claude sessions

Prism MCP v2.1.0 is a production-ready MCP server that adds persistent memory to Claude sessions, solving the problem of having to re-explain project context with each new session.
Key Features
Version 2.1.0 "The Mind Palace" includes these specific features:
- Zero-config local SQLite - no cloud database needed, works instantly
- Mind Palace Dashboard - visual memory browser at localhost:3999
- Time Travel - non-destructive state rollback with memory_checkout
- Agent Telepathy - sync context between Cursor and Claude Desktop
- Code Mode Templates - pre-baked speed templates for common workflows
- Morning Briefings - auto-generated session summaries
- Visual Memory - store and retrieve screenshots
Compatibility and Installation
The tool works with Claude Desktop, Cursor, Windsurf, and any MCP client. Installation requires one command:
npx prism-mcp-server
This type of MCP server is useful for developers who work on the same projects across multiple sessions with AI coding assistants, as it maintains context without manual re-explanation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Offline Voice-to-Text Tool for macOS Using Local Whisper via MLX
A developer has open-sourced whisper-dictate, a macOS tool that provides fully offline voice-to-text transcription with real-time translation capabilities using Whisper running locally through MLX on Apple Silicon. Transcription takes about 500ms after speaking stops.

ClawCode: Migrate OpenClaw Agents to Claude Code as a Plugin
ClawCode is a Node.js plugin for Claude Code that imports OpenClaw agents, including IDENTITY, SOUL, memory, skills, and crons from ~/.openclaw/workspace/. It provides SQLite+FTS5 searchable memory, messaging plugins for WhatsApp, Telegram, Discord, iMessage, and Slack, and a nightly 'dream' process for memory consolidation.

ArayCode: Desktop CLI Client for OpenClaw with Voice, Multi-Agent Hotkeys, and Markdown UI
ArayCode turns OpenClaw into a desktop CLI app with voice I/O, multi-agent hotkeys, themes, and markdown UI built on Spectre.Console. Supports cloud and local STT/TTS providers.

9 Building Blocks for Running Claude Code as a Persistent OS Across 18 Businesses
One developer runs 18 Claude Code instances as a shared OS with selective sync, state moved to MCP servers, receipt-based verification, and auto-loading rules. Details the architecture.