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

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
MCP-Loci: Local Persistent Memory Server for Claude and MCP-Compatible AI
Ad

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

Ad

👀 See Also

ClawProxy: Self-Hosted AI Routing Proxy for Rotating Free-Tier API Keys
Tools

ClawProxy: Self-Hosted AI Routing Proxy for Rotating Free-Tier API Keys

ClawProxy is a self-hosted AI routing proxy that manages multiple free-tier AI API keys to avoid rate limits and provider overloads. It features in-flight key rotation, weighted load balancing, model translation, and a dashboard with deep-parsed logs.

OpenClawRadar
Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code
Tools

Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code

The claude-ide-bridge is an MIT-licensed open-source tool that connects Claude Code to your IDE, providing access to LSP, debugger, terminals, git, and GitHub through 124 tools. It enables a workflow where tasks sent via Dispatch from a phone are handled by the Claude desktop app, which uses Claude Code to write code and run tests while interacting with the IDE.

OpenClawRadar
Hipocampus: A Persistent Memory System for AI Agents Using Compaction Trees
Tools

Hipocampus: A Persistent Memory System for AI Agents Using Compaction Trees

Hipocampus addresses the problem of AI agents forgetting context between sessions by implementing a compaction tree that compresses conversation history through five levels: raw → daily → weekly → monthly → root, with a topic index called ROOT.md.

OpenClawRadar
Open-sourced library of 59 Claude skills covers full website lifecycle
Tools

Open-sourced library of 59 Claude skills covers full website lifecycle

A developer released 59 reusable Claude skills covering brand discovery, design, content, SEO, development, ops, and growth — stack-agnostic, with uniform structure and CI lint validation.

OpenClawRadar