v10.39 — Now Available

MCP Memory Service

Persistent memory for AI agents. Semantic search, knowledge graph, automatic consolidation — now accessible from Claude.ai via Streamable HTTP.

GitHub PyPI Package

What's New in v10.39

Claude Code plugin install in two commands — no bash wrappers, no manual MCP config editing, no API key ceremony. Plus protocol-native memory writes via MemoryClient.storeMemory().

🔌

Claude Code Plugin Install

Two commands to install: /plugin marketplace add doobidoo/mcp-memory-service + /plugin install mcp-memory-service. Ships with .mcp.json, hook wiring, and self-healing ensure-server.js. v1.0.0 experimental. Closes #530. (PR #736)

🛠

MemoryClient.storeMemory()

HTTP-primary + MCP-fallback write path eliminates the silent write-failure that affected session-end and auto-capture hooks. All hook users benefit — not just plugin adopters. (PR #735)

Legacy Installer Coexistence

The new plugin coexists with the legacy install_hooks.py installer. Existing deployments continue to work unchanged. See claude-hooks/PLUGIN.md for migration guide from the legacy path.

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