{
  "schemaVersion": "1.0",
  "name": "Synapse Layer",
  "displayName": "Synapse Layer — Forge",
  "description": "Persistent memory infrastructure for AI agents — encrypted, governed, and cross-agent. The OAuth for AI Memory. MCP-native Trust Infrastructure for AI Agents.",
  "category": "AI memory infrastructure",
  "version": "2.4.4",
  "provider": {
    "organization": "Synapse Layer",
    "author": "Ismael Marchi",
    "url": "https://synapselayer.org"
  },
  "homepage": "https://forge.synapselayer.org",
  "documentation": "https://forge.synapselayer.org/docs",
  "license": "Apache-2.0",
  "protocol": {
    "type": "mcp",
    "endpoint": "https://forge.synapselayer.org/api/mcp",
    "transport": "streamable-http",
    "serverCard": "https://forge.synapselayer.org/.well-known/mcp/server-card.json"
  },
  "authentication": {
    "type": "bearer",
    "tokenScheme": "sk_connect_",
    "tokenUrl": "https://forge.synapselayer.org/dashboard/tokens",
    "publicMethods": ["initialize"],
    "authenticatedMethods": ["tools/list", "tools/call"]
  },
  "capabilities": [
    "Persistent cross-agent memory",
    "MCP-native protocol",
    "AES-256-GCM encryption at rest (per-operation random IV)",
    "Trust Quotient scoring (0.0-1.0)",
    "Semantic recall (pgvector HNSW)",
    "Per-tenant isolation (1 user = 1 private mind)",
    "Immutable audit trail",
    "Secure Agent Handover (beta)"
  ],
  "tools": [
    "recall",
    "save_to_synapse",
    "process_text",
    "search",
    "health_check",
    "initialize_context",
    "save_memory",
    "store_memory",
    "recall_memory",
    "list_memories",
    "memory_feedback",
    "neural_handover",
    "slo_report"
  ],
  "keywords": [
    "ai memory",
    "persistent memory",
    "mcp",
    "cross-agent memory",
    "state continuity",
    "encrypted memory",
    "trust quotient",
    "memory infrastructure"
  ],
  "sameAs": [
    "https://synapselayer.org",
    "https://github.com/SynapseLayer/synapse-layer",
    "https://pypi.org/project/synapse-layer/",
    "https://www.npmjs.com/package/synapse-layer",
    "https://github.com/SynapseLayer/synapse-sdk-python",
    "https://github.com/SynapseLayer/synapse-layer-langgraph",
    "https://github.com/SynapseLayer/synapse-layer-skill"
  ]
}
