MCP-Loci: Local Persistent Memory Server for Claude and MCP-Compatible AI

What MCP-Loci Does
MCP-Loci is a persistent memory server built to address Claude's limitation of forgetting context between sessions. Instead of re-explaining who you are, what you're working on, or copying context documents each time you start a new conversation, this tool maintains memory across sessions.
Key Features and Implementation
The server provides five tools:
- remember
- recall
- forget
- synthesize
- health
The recall functionality uses a hybrid approach combining:
- BM25 keyword matching via SQLite FTS5
- Local semantic embeddings using all-MiniLM-L6-v2
This hybrid query approach addresses the limitations of pure keyword search (which fails when you can't remember exact phrases) and pure semantic search (which can be slow and imprecise).
Technical Details
The system runs fully local with no API keys required for search. Installation involves:
- One pip install command
- Four lines of JSON configuration in your Claude Desktop config
The tool is compatible with Claude and any MCP-compatible AI.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-Source SDK for AI Knowledge Work
ClioAI's kw-sdk offers a structured framework for AI agents performing knowledge work, implementing a self-verifying loop with task briefing, rubric creation, and verification.

Qure: Desktop App for Generating E2E Tests from Recorded Browser Flows
Qure is a desktop application from JetBrains (currently in closed beta) that generates end-to-end web test code from recordings made in its built-in browser. Instead of describing test flows in text for AI agents, developers record their manual QA scenarios by interacting with their product, and the AI produces working test code that matches their existing codebase.

Driftwatch V3 Released: AI-Assisted Codebase Monitoring Tool
Driftwatch V3 is now available as a public repository after a 5-6 day build involving approximately 9,000 lines of code and $160 in API credits. The in-browser tool tracks markdown file issues, flags contradictory instructions, and provides cost tracking with recommendations.

OpenClaw Optimizer v1.18.0 released with OpenClaw v2026.3.7 alignment
OpenClaw Optimizer skill v1.18.0 is now aligned with OpenClaw v2026.3.7, adding support for new AI providers including Google Gemini 3.1 Flash-Lite and OpenAI gpt-5.4, plus new CLI commands like /session idle and /usage cost.