chrlesur/live-memory
Live Memory MCP Server — Mémoire de travail partagée pour agents IA collaboratifs (Memory Bank as a Service)
What's novel
Live Memory MCP Server — Mémoire de travail partagée pour agents IA collaboratifs (Memory Bank as a Service)
Code Analysis
11 files read · 4 roundsA production-ready MCP server that provides a shared 'Memory Bank' for collaborative AI agents by maintaining an append-only live note layer and an LLM-consolidated structured knowledge base stored on S3.
Strengths
Exceptional architectural clarity with strict separation of concerns (Storage, Auth, Consolidation, Graph). The 'surgical editing' consolidation pattern and dual-memory architecture (Live vs. Bank) solve real multi-agent context problems. Robust handling of S3-specific quirks (Dell ECS signatures) and concurrency via asyncio locks.
Weaknesses
Lack of a comprehensive unit test suite; only an E2E 'recipe' script is present, leaving edge cases like LLM JSON parsing failures or network interruptions during consolidation untested in isolation.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
37
Contributors
1
Files
73
Active weeks
3
Repository
Language
Python
Stars
1
Forks
0
License
—