← Index

Synapse Layer — Zero-Knowledge Memory

io.github.SynapseLayer/synapse-secure-memory·v1.0.7·Memory & RAG
Quality Score
95
/100

Zero-Knowledge Context™ & Neural Handover™ for AI Agents. The Trust Layer for AI Memory.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "synapse-secure-memory": {
      "command": "uvx",
      "args": [
        "synapse-layer"
      ],
      "env": {
        "SYNAPSE_AGENT_ID": "default-agent",
        "SYNAPSE_PRIVACY_EPSILON": "0.5",
        "SYNAPSE_ENCRYPTION_KEY": "<your-synapse_encryption_key>",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}
§02  Environment variables
SYNAPSE_AGENT_ID

Identifier for the agent using the memory layer (e.g., claude-desktop, my-agent).

SYNAPSE_PRIVACY_EPSILON

Differential privacy epsilon parameter. Lower values = stronger privacy. Range: 0.1–2.0.

SYNAPSE_ENCRYPTION_KEY
secret

AES-256-GCM encryption key for at-rest memory encryption. Auto-generated if not provided.

LOG_LEVEL

Logging verbosity: DEBUG, INFO, WARNING, ERROR. Default: INFO.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG