RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.SynapseLayer/synapse-secure-memory · v1.0.7
Zero-Knowledge Context™ & Neural Handover™ for AI Agents. The Trust Layer for AI Memory.
Synapse Layer — Zero-Knowledge Memory 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"synapse-secure-memory": {
"command": "uvx",
"args": [
"synapse-layer"
]
}
}
}SYNAPSE_AGENT_ID可选Identifier for the agent using the memory layer (e.g., claude-desktop, my-agent).
SYNAPSE_PRIVACY_EPSILON可选Differential privacy epsilon parameter. Lower values = stronger privacy. Range: 0.1–2.0.
SYNAPSE_ENCRYPTION_KEY可选secretAES-256-GCM encryption key for at-rest memory encryption. Auto-generated if not provided.
LOG_LEVEL可选Logging verbosity: DEBUG, INFO, WARNING, ERROR. Default: INFO.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.SynapseLayer/synapse-secure-memory",
"type": "mcp-server",
"version": "1.0.7",
"displayName": "Synapse Layer — Zero-Knowledge Memory",
"description": "Zero-Knowledge Context™ & Neural Handover™ for AI Agents. The Trust Layer for AI Memory.",
"repository": {
"url": "https://github.com/SynapseLayer/synapse-layer",
"source": "github"
},
"homepage": "https://synapselayer.org",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "synapse-layer",
"version": "1.0.7",
"runtimeHint": "uvx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SYNAPSE_AGENT_ID",
"description": "Identifier for the agent using the memory layer (e.g., claude-desktop, my-agent)."
},
{
"name": "SYNAPSE_PRIVACY_EPSILON",
"description": "Differential privacy epsilon parameter. Lower values = stronger privacy. Range: 0.1–2.0."
},
{
"name": "SYNAPSE_ENCRYPTION_KEY",
"description": "AES-256-GCM encryption key for at-rest memory encryption. Auto-generated if not provided.",
"isSecret": true
},
{
"name": "LOG_LEVEL",
"description": "Logging verbosity: DEBUG, INFO, WARNING, ERROR. Default: INFO."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.SynapseLayer/synapse-secure-memory",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.SynapseLayer%2Fsynapse-secure-memory/versions/latest",
"isOfficial": true,
"status": "active"
}
}