← Index

Synapse Layer — Continuous Consciousness Infrastructure

io.github.SynapseLayer/synapse-layer·v1.1.5·Memory & RAG
Quality Score
95
/100

Persistent zero-knowledge memory for AI agents. AES-256-GCM encryption, PII redaction.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://forge.synapselayer.org/api/mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "synapse-layer": {
      "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.

SYNAPSE_PRIVACY_EPSILON

Differential privacy epsilon parameter. Lower = 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.

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