Token导航 LogoToken导航TokenDH.com
SY
安全风控HTTP官方级别未说明来源级核验

Synapse Layer (Synapse Protocol)

MCP Server

Persistent memory infrastructure for AI agents — encrypted, governed, and cross-agent. The OAuth for AI Memory. Security Score: 10/10 (MCP)

工具数

公开资料未说明
JavaScriptOAuth认证HTTP安全

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:55

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add synapselayer/synapse-protocol

详细介绍

Synapse Layer (Synapse Protocol)

Persistent memory infrastructure for AI agents — encrypted, governed, and cross-agent. The OAuth for AI Memory. Security Score: 10/10 (MCP)

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add synapselayer/synapse-protocol

# Browse available tools
npx -y smithery tool list synapselayer/synapse-protocol

# Get full schema for a tool
npx -y smithery tool get synapselayer/synapse-protocol recall

# Call a tool
npx -y smithery tool call synapselayer/synapse-protocol recall '{}'

Direct MCP Connection

Endpoint: https://synapse-protocol--synapselayer.run.tools

Required config:

  • connect_token (query) — Your Synapse Connect Token. Get it at forge.synapselayer.org → Dashboard → Connect.

Optional config:

  • agent_id (query) — Identifier for the agent using the memory layer. Defaults to 'default'.

Tools (13)

  • recall — Retrieve relevant persisted memory using semantic, temporal, priority, or hybrid routing. Governance: requires reason (…
  • save_to_synapse — Persist memory with encryption at rest, sanitization, and deduplication controls.
  • process_text — Extract candidate memories from free-form text with governance filters and sanitization.
  • search — Search persisted memory across agent scopes using full-text matching.
  • health_check — Check service availability, engine version, and storage health. Public method.
  • initialize_context — Initialize a persistent memory context for a conversation or agent session.
  • save_memory — Save a memory entry to the persistent store. Alias of save_to_synapse.
  • store_memory — Store structured memory with metadata and trust scoring.
  • recall_memory — Recall persisted memory by query. Alias of recall.
  • list_memories — List memory metadata with pagination and governance limits.
  • memory_feedback — Submit feedback to adjust trust scoring for stored memories.
  • neural_handover — Transfer contextual state between agents with continuity controls.
  • slo_report — Return uptime and SLO metrics for the MCP service.
# Get full input/output schema for a tool
npx -y smithery tool get synapselayer/synapse-protocol 

目录标签

目录标签

JavaScriptOAuth认证HTTP安全

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

oauth

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPoauth部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP