Synapse Layer — Zero-Knowledge Memory
About
Zero-Knowledge Context™ & Neural Handover™ for AI Agents. The Trust Layer for AI Memory.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SYNAPSE_AGENT_ID SYNAPSE_PRIVACY_EPSILON SYNAPSE_ENCRYPTION_KEY LOG_LEVELClaude Code
claude mcp add --env SYNAPSE_AGENT_ID= --env SYNAPSE_PRIVACY_EPSILON= --env SYNAPSE_ENCRYPTION_KEY= --env LOG_LEVEL= synapse-secure-memory -- uvx synapse-layer
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"synapse-secure-memory","command":"uvx","args":["synapse-layer"],"env":{"SYNAPSE_AGENT_ID":"","SYNAPSE_PRIVACY_EPSILON":"","SYNAPSE_ENCRYPTION_KEY":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"synapse-secure-memory": {
"command": "uvx",
"args": [
"synapse-layer"
],
"env": {
"SYNAPSE_AGENT_ID": "",
"SYNAPSE_PRIVACY_EPSILON": "",
"SYNAPSE_ENCRYPTION_KEY": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.