MCP Server
MCP
Synapse Layer — Trust Infrastructure for AI Agents
MCP-native Trust Infrastructure for AI Agents. Persistent encrypted memory with Trust Quotient.
Install
uvx synapse-layer
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://forge.synapselayer.org/api/mcp"
}
],
"packages": [
{
"registryType": "pypi",
"identifier": "synapse-layer",
"version": "2.4.4",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Identifier for the agent using the memory layer.",
"default": "default-agent",
"name": "SYNAPSE_AGENT_ID"
},
{
"description": "Bearer token for API authentication (sk_live_*).",
"isSecret": true,
"name": "SYNAPSE_API_KEY"
},
{
"description": "Logging verbosity: DEBUG, INFO, WARNING, ERROR.",
"default": "INFO",
"name": "LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
pypi
By
Comments
Sign in to leave a comment