AI agents still suffer from amnesia. This reference MCP server adds production-grade, privacy-first long-term memory with automatic PII sanitization, differential privacy and signed Neural Handover — all locally.
The Identity Crisis of AI Agents
Every time an agent starts a new session, it forgets everything. Context windows are temporary. Long-term memory is either non-existent or dangerously insecure.
The Model Context Protocol (MCP) gives agents powerful tools — but still lacks a standardized, secure way to persist memory across sessions.
Synapse Layer fixes this.
Synapse Layer – Zero-Knowledge Memory for MCP
Synapse Layer is an open-source (Apache 2.0) memory infrastructure that turns any MCP-compatible agent into a persistent, privacy-first system.
It exposes two simple MCP tools:
store_memory(content, confidence, metadata)recall_memory(query, top_k)
Every operation goes through a 4-layer Cognitive Security Pipeline:
- Semantic Privacy Guard™ – Automatic PII sanitization (12+ patterns)
- Intelligent Intent Validation™ – Auto-categorization + self-healing
- Differential Privacy – Calibrated Gaussian noise (ε-DP)
- Persistence-First Neural Handover™ – HMAC-signed context transfer
Everything runs locally. Zero external calls. True zero-knowledge.
MCP Reference Implementation (PR #1129)
Submitted as official reference server:
- Repo: https://github.com/SynapseLayer/synapse-layer/tree/main/examples/mcp-secure-memory
- Registry PR: https://github.com/modelcontextprotocol/registry/pull/1129
Works with Claude Desktop, LangChain, CrewAI and MCP Inspector.
Quick Start (Claude Desktop)
json
{
"mcpServers": {
"synapse-secure-memory": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}
Why This Matters
Synapse Layer is the missing infrastructure layer the MCP ecosystem needs: secure, portable, and production-ready.
Get Started
GitHub: https://github.com/SynapseLayer/synapse-layer
PyPI: pip install synapse-layer
Live Forge Dashboard: https://synapseforge.abacusai.app/forge
MCP Registry PR: https://github.com/modelcontextprotocol/registry/pull/1129
Giving Agents a Past. Giving Models a Soul. ⚗️
Top comments (0)