Persistent memory for AI agents. Semantic search, knowledge graph, automatic consolidation — now accessible from Claude.ai via Streamable HTTP.
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().
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)
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)
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.
Claude.ai connects to your memory server through Streamable HTTP with OAuth 2.1 authentication.
Battle-tested with comprehensive testing and optimized for performance.
Install from PyPI and connect your AI agents to persistent memory.