Memwright – Self-hosted memory for multi-agent teams, no LLM in path
No LLM in the critical path — deterministic retrieval beats vector search latency.
Symbolic Memory MCP plugin
Identity-based memory vs similarity—clean separation of deterministic truth from probabilistic reasoning.
AI engineers building grounded LLM systems, developers working on RAG and memory architectures
Anthropic Docs · Pinecone semantic search · LangChain memory modules
This makes it hard to enforce invariants, audit facts, or maintain a clear separation between reasoning and ground truth.
I built a minimal proof-of-concept showing a different approach: a deterministic symbolic memory layer accessible via MCP.
Instead of storing “memory inside the model”, knowledge is resolved just-in-time from an explicit symbolic layer.
The goal is not to replace RAG or assistant memory, but to provide a missing infrastructure layer: a controllable knowledge backbone for AI systems.
This repo demonstrates the minimal viable form of that idea.
No LLM in the critical path — deterministic retrieval beats vector search latency.
Hooks into MCP (Claude Desktop, Ollama, etc.) and keeps everything on disk — auto-saved chats, Slack/Notion imports, and file ingestion make it useful right away for local-agent workflows. The hybrid retrieval combo (graph + vector + keyword) without requiring an external vector DB is an interesting engineering choice, but the space is crowded and I want benchmarks and failure-mode details before recommending it for production.
MCP-native persistent memory solves cross-platform agent amnesia without context hacks.
MCP research tool shrinking web context for local agents without hosted dashboards.
Deterministic graphs instead of vector embeddings sound clever, but long-context windows and RAG tools already solve this problem cheaper.
Temporal memory with contradiction detection—Claude finally remembers job changes.