mcp-memory-service v10.47 — Now Available

Memory for AI Agents

Persistent memory for AI agents — REST API, MCP, OAuth, CLI, dashboard. Semantic search, knowledge graph, automatic consolidation. One self-hosted service, every transport.

GitHub PyPI Package

What's New in v10.47

One-call maintenance orchestrator + pre-quantized DeBERTa Docker images. ~1,780 tests.

maintenance Orchestrator

Call memory_quality(action='maintain') to run a full maintenance cycle — cleanup, conflict detection, stale detection, and quality snapshot — in one shot. dry_run=true by default: always safe to explore. (PR #802, @filhocf, closes #799)

📊

Auto-Resolve Conflicts

Opt-in via MCP_MAINTAIN_AUTO_RESOLVE. Pairs with similarity ≥ 0.95, same memory type, and age delta > 7 days are resolved automatically — newer memory wins. Threshold and age are configurable.

📦

Leaner Docker Images

DeBERTa ONNX classifier is now quantized (fp16 / int8) at Docker build time. :quality-cpu image drops from ~1.7 GB to ~600 MB. Cold starts no longer re-run quantization. (PR #803, closes #793)

How It Works

Claude.ai connects to your memory server through Streamable HTTP with OAuth 2.1 authentication.

Browser
Claude.ai
Transport
Streamable HTTP
Auth
OAuth 2.1 + PKCE
Server
MCP Memory
Storage
Knowledge Graph
Data flow Auth boundary

Built for Production

Battle-tested with comprehensive testing and optimized for performance.

0
Tests
0
AI Apps Supported
0
Read Latency
0
Cache Speedup

Get Started in Seconds

Install from PyPI and connect your AI agents to persistent memory.

Click to copy pip install mcp-memory-service