Synapse Layer — Continuous Consciousness Infrastructure✓
io.github.SynapseLayer/synapse-layer · v1.1.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.SynapseLayer/synapse-layer",
"description": "Persistent zero-knowledge memory for AI agents. AES-256-GCM encryption, PII redaction.",
"title": "Synapse Layer — Continuous Consciousness Infrastructure",
"repository": {
"url": "https://github.com/SynapseLayer/synapse-layer",
"source": "github"
},
"version": "1.1.5",
"websiteUrl": "https://synapselayer.org",
"packages": [
{
"registryType": "pypi",
"identifier": "synapse-layer",
"version": "1.1.5",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Identifier for the agent using the memory layer.",
"default": "default-agent",
"name": "SYNAPSE_AGENT_ID"
},
{
"description": "Differential privacy epsilon parameter. Lower = stronger privacy. Range: 0.1–2.0.",
"default": "0.5",
"name": "SYNAPSE_PRIVACY_EPSILON"
},
{
"description": "AES-256-GCM encryption key for at-rest memory encryption. Auto-generated if not provided.",
"isSecret": true,
"name": "SYNAPSE_ENCRYPTION_KEY"
},
{
"description": "Logging verbosity: DEBUG, INFO, WARNING, ERROR.",
"default": "INFO",
"name": "LOG_LEVEL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://forge.synapselayer.org/api/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}